1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-09-27 14:45:12 -04:00
dotfiles/.doom.d/snippets/rustic-mode/log::warn
2022-07-21 08:33:42 -04:00

5 lines
75 B
Plaintext

# -*- mode: snippet -*-
# name: log::warn
# key: warn
# --
log::warn!("$0")