mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Remove unused code
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
use std::marker::PhantomData;
|
||||
#[cfg(not(feature = "nightly"))]
|
||||
use std::mem;
|
||||
use std::ops::{Bound, Range, RangeBounds};
|
||||
use std::rc::Rc;
|
||||
use std::{fmt, iter, slice};
|
||||
|
||||
Reference in New Issue
Block a user