Skip to content

Commit

Permalink
g3-socket: drop useless cfg guard
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed Oct 23, 2024
1 parent 0fafac6 commit 7752e57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/g3-socket/src/raw/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ use socket2::Socket;

use super::RawSocket;

#[cfg(unix)]
impl Drop for RawSocket {
fn drop(&mut self) {
if let Some(s) = self.inner.take() {
Expand Down

0 comments on commit 7752e57

Please sign in to comment.