Fix small debug typo
This commit is contained in:
parent
a9985cf172
commit
cc8758480c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue