]> git.lizzy.rs Git - rust.git/blobdiff - library/core/src/prelude/mod.rs
Suggest more impl Trait on `-> _`
[rust.git] / library / core / src / prelude / mod.rs
index 3cd3a3b780e9c3621765a93048dc2c9bb509570c..12f762ef1932c7f1bd352fb038d6f1d43c313eaa 100644 (file)
@@ -1,8 +1,8 @@
-//! The libcore prelude
+//! The core prelude
 //!
-//! This module is intended for users of libcore which do not link to libstd as
-//! well. This module is imported by default when `#![no_std]` is used in the
-//! same manner as the standard library's prelude.
+//! This module is intended for users of core which do not link to std as well.
+//! This module is imported by default when `#![no_std]` is used in the same
+//! manner as the standard library's prelude.
 
 #![stable(feature = "core_prelude", since = "1.4.0")]