mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(language/rust): add sf snippet for String::from($0)
This commit is contained in:
5
snippets/rust-mode/sf
Normal file
5
snippets/rust-mode/sf
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: String::from($0)
|
||||
# key: sf
|
||||
# --
|
||||
String::from($0)
|
||||
Reference in New Issue
Block a user