feat(language/rust): add pd and ppd debug print snippets

This commit is contained in:
2023-02-08 22:34:36 +00:00
parent 04b8c37dd4
commit 57167c4935
2 changed files with 10 additions and 0 deletions

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

@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: dbg!($0);
# key: pd
# --
dbg!($0);

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

@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: dbg!($0);
# key: ppd
# --
dbg!($0);