From 7a430237eea3e1d296e0d69e40f154a3727ba2fc Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 2 Oct 2021 18:40:08 +0530 Subject: new lint: manual_inherit_from --- lib/src/lints/manual_inherit.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/src/lints/manual_inherit.rs') 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::{ #[lint( name = "manual inherit", - note = "Assignment instead of `inherit` keyword", + note = "Assignment instead of inherit", code = 3, match_with = SyntaxKind::NODE_KEY_VALUE )] -- cgit v1.2.3