diff options
Diffstat (limited to 'Emacs/.config/emacs/.config/yasnippet/snippets/rust-mode/String_from')
-rw-r--r-- | Emacs/.config/emacs/.config/yasnippet/snippets/rust-mode/String_from | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Emacs/.config/emacs/.config/yasnippet/snippets/rust-mode/String_from b/Emacs/.config/emacs/.config/yasnippet/snippets/rust-mode/String_from deleted file mode 100644 index d01f2a6..0000000 --- a/Emacs/.config/emacs/.config/yasnippet/snippets/rust-mode/String_from +++ /dev/null @@ -1,6 +0,0 @@ -# -*- mode: snippet -*- -# name: String::from(...) -# key: sf -# uuid: sf -# -- -String::from("$0")
\ No newline at end of file |