mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-07 00:00:13 +02:00
Make sub mods public to help docgen
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@
|
||||
#![deny(warnings)]
|
||||
|
||||
pub mod alloc;
|
||||
mod buf;
|
||||
mod str;
|
||||
pub mod buf;
|
||||
pub mod str;
|
||||
|
||||
pub use buf::{
|
||||
Buf,
|
||||
|
||||
Reference in New Issue
Block a user