diff options
Diffstat (limited to 'lib/src/lints/manual_inherit.rs')
-rw-r--r-- | lib/src/lints/manual_inherit.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/src/lints/manual_inherit.rs b/lib/src/lints/manual_inherit.rs index 2f8367f..c1b10ec 100644 --- a/lib/src/lints/manual_inherit.rs +++ b/lib/src/lints/manual_inherit.rs | |||
@@ -9,7 +9,7 @@ use rnix::{ | |||
9 | 9 | ||
10 | #[lint( | 10 | #[lint( |
11 | name = "manual inherit", | 11 | name = "manual inherit", |
12 | note = "Assignment instead of `inherit` keyword", | 12 | note = "Assignment instead of inherit", |
13 | code = 3, | 13 | code = 3, |
14 | match_with = SyntaxKind::NODE_KEY_VALUE | 14 | match_with = SyntaxKind::NODE_KEY_VALUE |
15 | )] | 15 | )] |