1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-14 16:59:27 -05: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")