]> git.lizzy.rs Git - rust.git/blobdiff - src/libsyntax/lib.rs
Various minor/cosmetic improvements to code
[rust.git] / src / libsyntax / lib.rs
index ca9c5ad7b600eea926abe93e460db50eb867ef25..0c24c20554acc35dc1656b45d8451a51e08b99e0 100644 (file)
@@ -134,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;
 
@@ -173,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;