Skip to content

Commit c26742d

Browse files
xFrednetflip1995
andcommitted
Fixed typo in docs
Co-authored-by: Philipp Krones <hello@philkrones.com>
1 parent 6a6d895 commit c26742d

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_middle/src/query

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/query/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ rustc_queries! {
169169
/// Tools can additionally pass in a tool filter. That will restrict the
170170
/// expectations to only trigger for lints starting with the listed tool
171171
/// 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
172+
/// was called. With the default `None` all registered lints will also
173173
/// be checked for expectation fulfillment.
174174
query check_expectations(key: Option<Symbol>) -> () {
175175
eval_always

0 commit comments

Comments
 (0)