]> git.lizzy.rs Git - rust.git/blobdiff - src/libsyntax/lib.rs
Various minor/cosmetic improvements to code
[rust.git] / src / libsyntax / lib.rs
index 9bbd59e09be158710092ccd5d7ad8a7b36ba60f7..0c24c20554acc35dc1656b45d8451a51e08b99e0 100644 (file)
@@ -20,7 +20,6 @@
        test(attr(deny(warnings))))]
 
 #![feature(crate_visibility_modifier)]
-#![feature(macro_at_most_once_rep)]
 #![feature(nll)]
 #![feature(rustc_attrs)]
 #![feature(rustc_diagnostic_macros)]
@@ -135,7 +134,7 @@ pub mod diagnostics {
     pub mod metadata;
 }
 
-// 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 diagnostic_list;
 
@@ -174,7 +173,6 @@ pub mod syntax {
 pub mod ptr;
 pub mod show_span;
 pub mod std_inject;
-pub mod str;
 pub use syntax_pos::edition;
 pub use syntax_pos::symbol;
 pub mod test;