mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Fixed typo in Interner
’s name (Intener
)
This commit is contained in:
parent
d080c8f021
commit
21f20d5deb
3 changed files with 23 additions and 23 deletions
|
@ -16,7 +16,7 @@ pub use crate::{
|
|||
input::{
|
||||
FileId, CrateId, SourceRoot, SourceRootId, CrateGraph, Dependency, Edition,
|
||||
},
|
||||
loc2id::LocationIntener,
|
||||
loc2id::LocationInterner,
|
||||
};
|
||||
|
||||
pub trait CheckCanceled: panic::RefUnwindSafe {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue