]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/json/mod.rs
Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk
[rust.git] / src / librustdoc / json / mod.rs
index d13efe6c113beaf4961bceda28f9c8b03fde3f9f..beb70540091388322329b433c7400984a59ebbcc 100644 (file)
@@ -277,7 +277,7 @@ fn after_krate(&mut self) -> Result<(), Error> {
 
         let e = ExternalCrate { crate_num: LOCAL_CRATE };
 
-        // FIXME(adotinthevoid): Remove this, as it's not consistant with not
+        // FIXME(adotinthevoid): Remove this, as it's not consistent with not
         // inlining foreign items.
         let foreign_trait_items = self.get_trait_items();
         let mut index = (*self.index).clone().into_inner();