mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Fix typo defenition -> definition
This commit is contained in:
parent
46f74e33ca
commit
f8261d611a
8 changed files with 21 additions and 21 deletions
|
@ -37,7 +37,7 @@ impl Module {
|
|||
Ok(Some(link.name(&module_tree).clone()))
|
||||
}
|
||||
|
||||
pub fn defenition_source_impl(
|
||||
pub fn definition_source_impl(
|
||||
&self,
|
||||
db: &impl HirDatabase,
|
||||
) -> Cancelable<(FileId, ModuleSource)> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue