mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(language/rust): change pd snippet to use eprintln! instead of dbg!
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: dbg!($0);
|
||||
# name: eprintln!("x = {:#?}", x);
|
||||
# key: pd
|
||||
# --
|
||||
dbg!($0);
|
||||
eprintln!("$1 = {:#?}", ${1:});$0
|
||||
Reference in New Issue
Block a user