mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-22 11:24:24 +00:00
Merge #9240
9240: Fixed a small typo in comment r=matklad a=fee1-dead Co-authored-by: fee1-dead <ent3rm4n@gmail.com>
This commit is contained in:
commit
f107b0f1e2
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)
|
||||
}
|
||||
|
||||
/// Container of local varaible usages
|
||||
/// Container of local variable usages
|
||||
///
|
||||
/// Semanticall same as `UsageSearchResult`, but provides more convenient interface
|
||||
struct LocalUsages(ide_db::search::UsageSearchResult);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue