From 95cceda8ef5c721096b60f874c594e1f0b8b5abb Mon Sep 17 00:00:00 2001 From: benj Date: Sat, 11 Sep 2021 14:04:09 -0700 Subject: - rustic mode snippets - dap-mode rust lldb configuration - hl-todo-mode --- templates/snippets/rustic-mode/test | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/snippets/rustic-mode/test (limited to 'templates/snippets/rustic-mode/test') diff --git a/templates/snippets/rustic-mode/test b/templates/snippets/rustic-mode/test new file mode 100644 index 0000000..837276f --- /dev/null +++ b/templates/snippets/rustic-mode/test @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: test +# key: test +# -- +#[test] +fn it_works() { + assert_eq!(2 + 2, 4); +} -- cgit v1.2.3