diff options
Diffstat (limited to '.emacs.d/snippets/rust-mode/eprint')
| -rw-r--r-- | .emacs.d/snippets/rust-mode/eprint | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/snippets/rust-mode/eprint b/.emacs.d/snippets/rust-mode/eprint new file mode 100644 index 0000000..a40a749 --- /dev/null +++ b/.emacs.d/snippets/rust-mode/eprint | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: eprint!("{}", value); | ||
| 3 | # key: eprint | ||
| 4 | # -- | ||
| 5 | eprint!("${1:{\}}", $2); | ||
