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