diff --git a/snippets/rust-mode/sf b/snippets/rust-mode/sf new file mode 100644 index 0000000..02b8011 --- /dev/null +++ b/snippets/rust-mode/sf @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: String::from($0) +# key: sf +# -- +String::from($0) \ No newline at end of file