Skip to content

Commit ed4a1eb

Browse files
karolzwolakhkBst
andcommitted
fix typo in test
Co-authored-by: Marijn Schouten <hkBst@users.noreply.github.com>
1 parent 25d26a6 commit ed4a1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/lint/default-groups-issue-65464.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// explaining lint level and source for builtin lints with default settings.
55
//
66
// 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`
7+
// This is not possible in a ui test, because `unused` lints are enabled with `-A unused`
88
// in such tests, and the we're testing a scenario with no modification to the default settings.
99

1010
fn main() {

0 commit comments

Comments
 (0)