Skip to content

Commit c240ecb

Browse files
committed
shouldn't remove the cfg(asio)
1 parent 3aac753 commit c240ecb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

asio-sys/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
extern crate num_derive;
55
extern crate num_traits;
66

7+
#[cfg(asio)]
78
pub mod bindings;
9+
#[cfg(asio)]
810
pub use bindings::errors::{AsioError, LoadDriverError};
11+
#[cfg(asio)]
912
pub use bindings::*;

0 commit comments

Comments
 (0)