Skip to content

Commit

Permalink
Remove an unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Oct 26, 2023
1 parent 5d14b24 commit c19b6a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_target/src/spec/wasm32_unknown_unknown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
//! Group nowadays at <https://github.com/rustwasm>.
use super::{wasm_base, Cc, LinkerFlavor, Target};
use crate::spec::abi::Abi;

pub fn target() -> Target {
let mut options = wasm_base::options();
Expand Down

0 comments on commit c19b6a1

Please sign in to comment.