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 4d78ae6 commit c462450Copy full SHA for c462450
tests/ui/lint/default-groups-issue-65464.rs
@@ -4,7 +4,7 @@
4
// explaining lint level and source for builtin lints with default settings.
5
//
6
// Ideally, we'd like to use lints that are part of `unused` group as shown in the issue.
7
-// This is not possible in an ui test, because `unused` lints are enabled with `-A unused`
+// This is not possible in a ui test, because `unused` lints are enabled with `-A unused`
8
// in such tests, and the we're testing a scenario with no modification to the default settings.
9
10
fn main() {
0 commit comments