Skip to content

Commit cc87584

Browse files
Fix small debug typo
1 parent a9985cf commit cc87584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/json/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ impl<'tcx> FormatRenderer<'tcx> for JsonRenderer<'tcx> {
222222
fn after_krate(&mut self) -> Result<(), Error> {
223223
debug!("Done with crate");
224224

225-
debug!("Adding Primitve impls");
225+
debug!("Adding Primitive impls");
226226
for primitive in Rc::clone(&self.cache).primitive_locations.values() {
227227
self.get_impls(*primitive);
228228
}

0 commit comments

Comments
 (0)