Skip to content

Commit

Permalink
update cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Jzow committed Aug 20, 2023
1 parent 4a12e0d commit a7f3279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion summer-boot/src/tcp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub use to_listener::ToListener;

pub(crate) use parsed::ParsedListener;
pub(crate) use tcp_listener::TcpListener;
#[cf(gunix)]
#[cfg(unix)]
pub(crate) use unix::UnixListener;

#[macro_export]
Expand Down

0 comments on commit a7f3279

Please sign in to comment.