mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 17:28:09 +00:00
typo
This commit is contained in:
parent
1171dc74e0
commit
dbf11b16da
1 changed files with 2 additions and 2 deletions
|
@ -101,8 +101,8 @@ impl Definition {
|
|||
/// scope. That is, that, by just looking at the syntactical category, we can
|
||||
/// unambiguously define the semantic category.
|
||||
///
|
||||
/// Sadly, that's not 100% true, there are special cases. To make sure that call
|
||||
/// the code handles all the special cases correctly via exhaustive matching, we
|
||||
/// Sadly, that's not 100% true, there are special cases. To make sure that
|
||||
/// callers handle all the special cases correctly via exhaustive matching, we
|
||||
/// add a [`NameClass`] enum which lists all of them!
|
||||
///
|
||||
/// A model special case is `None` constant in pattern.
|
||||
|
|
Loading…
Reference in a new issue