Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9bc6992

Browse files
committedDec 10, 2022
compiler: remove unnecessary imports and qualified paths
1 parent a161a7b commit 9bc6992

File tree

76 files changed

+24
-98
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+24
-98
lines changed
 

‎compiler/rustc_abi/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#![cfg_attr(feature = "nightly", feature(step_trait, rustc_attrs, min_specialization))]
22

3-
use std::convert::{TryFrom, TryInto};
43
use std::fmt;
54
#[cfg(feature = "nightly")]
65
use std::iter::Step;

‎compiler/rustc_apfloat/src/ieee.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ use crate::{Category, ExpInt, IEK_INF, IEK_NAN, IEK_ZERO};
22
use crate::{Float, FloatConvert, ParseError, Round, Status, StatusAnd};
33

44
use core::cmp::{self, Ordering};
5-
use core::convert::TryFrom;
65
use core::fmt::{self, Write};
76
use core::marker::PhantomData;
87
use core::mem;

0 commit comments

Comments
 (0)
Please sign in to comment.