]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/lib.rs
Various minor/cosmetic improvements to code
[rust.git] / src / librustc / lib.rs
index 0aa964a44fd2cf962d5d8fe83d6cfef765af0f6e..4324cfc7b5f10424c51586dfdc3f0fde73acbe78 100644 (file)
@@ -30,7 +30,7 @@
 //!
 //! For more information about how rustc works, see the [rustc guide].
 //!
-//! [rustc guide]: https://rust-lang-nursery.github.io/rustc-guide/
+//! [rustc guide]: https://rust-lang.github.io/rustc-guide/
 //!
 //! # Note
 //!
@@ -67,7 +67,6 @@
 #![feature(integer_atomics)]
 #![feature(test)]
 #![feature(in_band_lifetimes)]
-#![feature(macro_at_most_once_rep)]
 #![feature(crate_visibility_modifier)]
 #![feature(transpose_result)]
 
 #[macro_use]
 mod macros;
 
-// NB: This module needs to be declared first so diagnostics are
+// N.B., this module needs to be declared first so diagnostics are
 // registered before they are used.
 pub mod diagnostics;