Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Jiang committed Nov 21, 2024
1 parent d693e07 commit 25da642
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_metadata/src/creader.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//! Validates all used crates and extern libraries and loads their metadata
use std::error::Error;
use std::ffi::OsString;
use std::ops::Fn;
use std::path::Path;
use std::str::FromStr;
Expand Down

0 comments on commit 25da642

Please sign in to comment.