Skip to content

Commit 3eea052

Browse files
authored
Rollup merge of #107807 - GuillaumeGomez:fix-small-debug-typo, r=notriddle
Fix small debug typo r? ``@notriddle``
2 parents c7c66e1 + cc87584 commit 3eea052

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)