1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-15 01:06:18 -05:00
dotfiles/.doom.d/snippets/rustic-mode/log::info

5 lines
75 B
Plaintext
Raw Normal View History

2022-07-21 08:33:42 -04:00
# -*- mode: snippet -*-
# name: log::info
# key: info
# --
log::info!("$0")