Remove no longer necessary extern crate

This commit is contained in:
bjorn3
2025-03-09 18:24:44 +01:00
parent 26cf9bc961
commit 5d2742813b
2 changed files with 0 additions and 10 deletions
-3
View File
@@ -1,5 +1,2 @@
extern crate log;
extern crate syscall;
pub mod error;
pub mod logger;
-7
View File
@@ -1,12 +1,5 @@
extern crate event;
#[macro_use]
extern crate log;
extern crate byteorder;
extern crate netutils;
extern crate redox_netstack;
extern crate smoltcp;
extern crate syscall;
use std::process;
use anyhow::{anyhow, bail, Context, Result};