mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Bump typos
This commit is contained in:
parent
405f01ac3f
commit
dc978a976f
9 changed files with 16 additions and 11 deletions
|
@ -184,7 +184,7 @@ impl<'a> PathTransform<'a> {
|
|||
if let Some(expr) = v.expr() {
|
||||
// FIXME: expressions in curly brackets can cause ambiguity after insertion
|
||||
// (e.g. `N * 2` -> `{1 + 1} * 2`; it's unclear whether `{1 + 1}`
|
||||
// is a standalone statement or a part of another expresson)
|
||||
// is a standalone statement or a part of another expression)
|
||||
// and sometimes require slight modifications; see
|
||||
// https://doc.rust-lang.org/reference/statements.html#expression-statements
|
||||
// (default values in curly brackets can cause the same problem)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue