We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e89ca commit 0981110Copy full SHA for 0981110
snippets/rust.snippets
@@ -74,7 +74,7 @@ snippet testmod "Test module" b
74
}
75
# Attributes
76
snippet allow "allow lint attribute" b
77
- #[allow(${1:unused_variable})]
+ #[allow(${1:unused_variables})]
78
snippet cfg "cfg attribute" b
79
#[cfg(${1:target_os = "linux"})]
80
snippet feat "feature attribute" b
0 commit comments