Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Drop identity from prelude.
  • Loading branch information
Centril committed Aug 19, 2018
1 parent 08b1d83 commit 8208c77
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/libcore/prelude/v1.rs
Expand Up @@ -28,9 +28,6 @@ pub use ops::{Drop, Fn, FnMut, FnOnce};
#[stable(feature = "core_prelude", since = "1.4.0")]
#[doc(no_inline)]
pub use mem::drop;
#[unstable(feature = "convert_id_prelude", issue = "0")]
#[doc(no_inline)]
pub use convert::id;

// Re-exported types and traits
#[stable(feature = "core_prelude", since = "1.4.0")]
Expand Down

0 comments on commit 8208c77

Please sign in to comment.