mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-22 12:43:36 +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
@ -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…
Reference in New Issue
Block a user