Skip to content

Commit

Permalink
Rollup merge of #107807 - GuillaumeGomez:fix-small-debug-typo, r=notr…
Browse files Browse the repository at this point in the history
…iddle

Fix small debug typo

r? `@notriddle`
  • Loading branch information
matthiaskrgr committed Feb 8, 2023
2 parents 112fb30 + cc87584 commit 521b4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/json/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ impl<'tcx> FormatRenderer<'tcx> for JsonRenderer<'tcx> {
fn after_krate(&mut self) -> Result<(), Error> {
debug!("Done with crate");

debug!("Adding Primitve impls");
debug!("Adding Primitive impls");
for primitive in Rc::clone(&self.cache).primitive_locations.values() {
self.get_impls(*primitive);
}
Expand Down

0 comments on commit 521b4a2

Please sign in to comment.