feat(language/rust): add sf snippet for String::from($0)

This commit is contained in:
2023-03-07 23:34:20 +00:00
parent d27c0bc67e
commit 2369d509c7

5
snippets/rust-mode/sf Normal file
View File

@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: String::from($0)
# key: sf
# --
String::from($0)