Skip to content

Commit 6ef8413

Browse files
IshanGrover2004steel-bucket
authored andcommitted
chore: Remove unused imports
1 parent f07a25c commit 6ef8413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust/lib_ccxr/src/net/c_functions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Provides pure Rust equivalent functions for some functions in `networking.c`.
22
3-
use crate::{fatal, net::*};
3+
use crate::net::*;
44

55
use std::sync::RwLock;
66

0 commit comments

Comments
 (0)