We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6d895 commit c26742dCopy full SHA for c26742d
compiler/rustc_middle/src/query/mod.rs
@@ -169,7 +169,7 @@ rustc_queries! {
169
/// Tools can additionally pass in a tool filter. That will restrict the
170
/// expectations to only trigger for lints starting with the listed tool
171
/// name. This is useful for cases were not all linting code from rustc
172
- /// was called. With the default `none` all registered lints will also
+ /// was called. With the default `None` all registered lints will also
173
/// be checked for expectation fulfillment.
174
query check_expectations(key: Option<Symbol>) -> () {
175
eval_always
0 commit comments