mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Fixed a small typo in comment
This commit is contained in:
parent
050232a37e
commit
7ad8cd8232
1 changed files with 1 additions and 1 deletions
|
@ -782,7 +782,7 @@ fn expr_require_exclusive_access(ctx: &AssistContext, expr: &ast::Expr) -> Optio
|
||||||
Some(false)
|
Some(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Container of local varaible usages
|
/// Container of local variable usages
|
||||||
///
|
///
|
||||||
/// Semanticall same as `UsageSearchResult`, but provides more convenient interface
|
/// Semanticall same as `UsageSearchResult`, but provides more convenient interface
|
||||||
struct LocalUsages(ide_db::search::UsageSearchResult);
|
struct LocalUsages(ide_db::search::UsageSearchResult);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue