feat(grfn/emacs): Add snippet for rust test-module
Change-Id: Ie035d867d4df3ad61f9ce6b78285292105a0cb70 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8477 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi>
This commit is contained in:
parent
fa17f99d78
commit
6f747227f0
1 changed files with 11 additions and 0 deletions
11
users/grfn/emacs.d/snippets/rust-mode/test-module
Normal file
11
users/grfn/emacs.d/snippets/rust-mode/test-module
Normal file
|
@ -0,0 +1,11 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: test-module
|
||||
# uuid:
|
||||
# key: tmod
|
||||
# condition: t
|
||||
# --
|
||||
mod $1 {
|
||||
use super::*;
|
||||
|
||||
$0
|
||||
}
|
Loading…
Reference in a new issue