Rename zero_copy -> zerocopy.

This commit is contained in:
Dario Nieuwenhuis
2023-09-04 22:16:28 +02:00
parent 6e38b07642
commit 615882ebd6
3 changed files with 14 additions and 14 deletions

View File

@ -17,4 +17,4 @@ pub mod pipe;
pub mod pubsub;
pub mod signal;
pub mod waitqueue;
pub mod zero_copy_channel;
pub mod zerocopy_channel;