Skip to content

Commit

Permalink
Merge #382
Browse files Browse the repository at this point in the history
382: Remove print/eprint snippet. r=ehuss a=ehuss

This removes the print! and eprint! snippets. They are used much less often
(about 5% of the time on crates.io), and often get in the way of wanting to
complete the `ln` versions. Snippets aren't really a replacement for full
completion, and I think should be reserved for common templates. If the user
really wants the non-`ln` version, they can just type it manually, or delete
the `ln` after completion. If the user really wants these snippets, they
can be added back into their User directory.

Closes #375.


Co-authored-by: Eric Huss <eric@huss.org>
  • Loading branch information
bors[bot] and ehuss committed May 29, 2019
2 parents 111cefc + d80a2f9 commit 2aa11dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions snippets/eprint.sublime-snippet

This file was deleted.

6 changes: 0 additions & 6 deletions snippets/print.sublime-snippet

This file was deleted.

0 comments on commit 2aa11dc

Please sign in to comment.