We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 112fb30 + cc87584 commit 521b4a2Copy full SHA for 521b4a2
src/librustdoc/json/mod.rs
@@ -222,7 +222,7 @@ impl<'tcx> FormatRenderer<'tcx> for JsonRenderer<'tcx> {
222
fn after_krate(&mut self) -> Result<(), Error> {
223
debug!("Done with crate");
224
225
- debug!("Adding Primitve impls");
+ debug!("Adding Primitive impls");
226
for primitive in Rc::clone(&self.cache).primitive_locations.values() {
227
self.get_impls(*primitive);
228
}
0 commit comments