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 3cee4da commit 35ee2f4Copy full SHA for 35ee2f4
snippets/rust.snippets
@@ -101,7 +101,7 @@ snippet crate "Define create meta attributes"
101
// Crate name
102
#![crate_name = "${1:crate_name}"]
103
// Additional metadata attributes
104
- #![desc = "${2:Descrption.}"]
+ #![desc = "${2:Description.}"]
105
#![license = "${3:BSD}"]
106
#![comment = "${4:Comment.}"]
107
// Specify the output type
0 commit comments