utils: inline buffer module reexports
This commit is contained in:
parent
869a2c2428
commit
9135834cc7
3 changed files with 6 additions and 4 deletions
|
|
@ -68,8 +68,12 @@ reexport_utils! {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub mod bindings;
|
pub mod bindings;
|
||||||
pub mod buffd;
|
pub mod buffd {
|
||||||
pub mod bufio;
|
pub use jay_wire_buf::*;
|
||||||
|
}
|
||||||
|
pub mod bufio {
|
||||||
|
pub use jay_bufio::*;
|
||||||
|
}
|
||||||
pub mod clone3;
|
pub mod clone3;
|
||||||
pub mod double_click_state;
|
pub mod double_click_state;
|
||||||
pub mod event_listener {
|
pub mod event_listener {
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
pub use jay_wire_buf::*;
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
pub use jay_bufio::*;
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue