Skip to content

Commit

Permalink
chore: Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
IshanGrover2004 committed Aug 25, 2024
1 parent dc460e4 commit 00431fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/lib_ccxr/src/net/c_functions.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Provides pure Rust equivalent functions for some functions in `networking.c`.
use crate::{fatal, net::*};
use crate::net::*;

use std::sync::RwLock;

Expand Down

0 comments on commit 00431fd

Please sign in to comment.