Fixed typo in Interner’s name (Intener)

This commit is contained in:
Vincent Esche 2019-03-20 09:29:10 +01:00
parent d080c8f021
commit 21f20d5deb
3 changed files with 23 additions and 23 deletions

View file

@ -16,7 +16,7 @@ pub use crate::{
input::{
FileId, CrateId, SourceRoot, SourceRootId, CrateGraph, Dependency, Edition,
},
loc2id::LocationIntener,
loc2id::LocationInterner,
};
pub trait CheckCanceled: panic::RefUnwindSafe {