Skip to content

Conversation

@ehuss
Copy link

@ehuss ehuss commented May 18, 2019

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.

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.
@ehuss ehuss mentioned this pull request May 18, 2019
@ehuss
Copy link
Author

ehuss commented May 29, 2019

bors r+

bors bot added a commit that referenced this pull request May 29, 2019
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>
@bors
Copy link

bors bot commented May 29, 2019

Build succeeded

  • continuous-integration/travis-ci/push

@bors bors bot merged commit d80a2f9 into rust-lang:master May 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove print! snippet

1 participant