about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/src/debuginfo/object.rs
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-12-20 18:56:35 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2021-12-20 18:56:35 +0100
commit3426a730ffc78bea3fa45593a383647c0774fe57 (patch)
tree756d8f5613a7007835e7847cda2a6572aea86699 /compiler/rustc_codegen_cranelift/src/debuginfo/object.rs
parent84f962a89bac3948ed116f1ad04c2f4793fb69ea (diff)
parent97e504549371d7640cf011d266e3c17394fdddac (diff)
downloadrust-3426a730ffc78bea3fa45593a383647c0774fe57.tar.gz
rust-3426a730ffc78bea3fa45593a383647c0774fe57.zip
Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-2021-12-20
Diffstat (limited to 'compiler/rustc_codegen_cranelift/src/debuginfo/object.rs')
-rw-r--r--compiler/rustc_codegen_cranelift/src/debuginfo/object.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_cranelift/src/debuginfo/object.rs b/compiler/rustc_codegen_cranelift/src/debuginfo/object.rs
index 9984dc92c44..9dc9b2cf9f8 100644
--- a/compiler/rustc_codegen_cranelift/src/debuginfo/object.rs
+++ b/compiler/rustc_codegen_cranelift/src/debuginfo/object.rs
@@ -1,5 +1,3 @@
-use std::convert::{TryFrom, TryInto};
-
 use rustc_data_structures::fx::FxHashMap;
 
 use cranelift_module::FuncId;