diff options
author | Griffin Smith <root@gws.fyi> | 2023-04-11T13·25-0400 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-04-11T13·33+0000 |
commit | 513a35b503b4690f9e7faadfdcf73ab544995154 (patch) | |
tree | bfe5e637c08ede9ac3d3f8a69b81b14ccbb4a0f3 /users/grfn/emacs.d/snippets/rust-mode | |
parent | 6f747227f0069cf148eef4a60161a13309842ce3 (diff) |
fix(grfn/emacs): Give all snippets a unique uuid r/6091
Change-Id: Iae2ce3783bc2632b265641e286b4145373c7a226 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8478 Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users/grfn/emacs.d/snippets/rust-mode')
4 files changed, 4 insertions, 4 deletions
diff --git a/users/grfn/emacs.d/snippets/rust-mode/async test b/users/grfn/emacs.d/snippets/rust-mode/async test index 27410754742a..2352d7b56bcc 100644 --- a/users/grfn/emacs.d/snippets/rust-mode/async test +++ b/users/grfn/emacs.d/snippets/rust-mode/async test @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: async test -# uuid: +# uuid: atest # key: atest # condition: t # -- diff --git a/users/grfn/emacs.d/snippets/rust-mode/benchmark b/users/grfn/emacs.d/snippets/rust-mode/benchmark index f1446923a0e4..9ec43075380b 100644 --- a/users/grfn/emacs.d/snippets/rust-mode/benchmark +++ b/users/grfn/emacs.d/snippets/rust-mode/benchmark @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: benchmark -# uuid: +# uuid: benchmark # key: bench # condition: t # -- diff --git a/users/grfn/emacs.d/snippets/rust-mode/proptest b/users/grfn/emacs.d/snippets/rust-mode/proptest index 377b3cfcf60c..be12af49113a 100644 --- a/users/grfn/emacs.d/snippets/rust-mode/proptest +++ b/users/grfn/emacs.d/snippets/rust-mode/proptest @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: proptest -# uuid: +# uuid: proptest # key: proptest # condition: t # -- diff --git a/users/grfn/emacs.d/snippets/rust-mode/test-module b/users/grfn/emacs.d/snippets/rust-mode/test-module index f8912680b5d8..bfa2ca2d1881 100644 --- a/users/grfn/emacs.d/snippets/rust-mode/test-module +++ b/users/grfn/emacs.d/snippets/rust-mode/test-module @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: test-module -# uuid: +# uuid: test-module # key: tmod # condition: t # -- |