Skip to content

Commit

Permalink
Fix small debug typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Feb 8, 2023
1 parent a9985cf commit cc87584
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 cc87584

Please sign in to comment.