Skip to content

Commit

Permalink
remove wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
JannesBrands committed Feb 22, 2024
1 parent 97d6ca0 commit d541b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/forward.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use clap::Parser;

#[cfg(target_os = "linux")]
use socketcan::{BlockingCan, CanSocket, NonBlockingCan, Socket};
use socketcan::{BlockingCan, CanSocket, Socket};

/// Forward CAN traffic from one interface to another
#[derive(Debug, Parser)]
Expand Down

0 comments on commit d541b5e

Please sign in to comment.