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

5 lines
85 B
Plaintext

# -*- mode: snippet -*-
# name: collect::vec
# key: .cvec
# --
.collect::<Vec<_>>()$0