We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1171dc7 commit dbf11b1Copy full SHA for dbf11b1
crates/ide_db/src/defs.rs
@@ -101,8 +101,8 @@ impl Definition {
101
/// scope. That is, that, by just looking at the syntactical category, we can
102
/// unambiguously define the semantic category.
103
///
104
-/// Sadly, that's not 100% true, there are special cases. To make sure that call
105
-/// 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
106
/// add a [`NameClass`] enum which lists all of them!
107
108
/// A model special case is `None` constant in pattern.
0 commit comments