annotate-snippets-rs
annotate-snippets-rs copied to clipboard
Library for snippet annotations
The Unicode renderer used "‡", the double-dagger symbol, to ellipsize the vertical bar to indicate elided lines. Use a vertical ellipsis instead.
Looking at #343, we can see that the trimming logic should really care about atomic units of syntax. While we can pile more hacks on top of our existing ones,...
I constantly find myself running into problems with the current `subject_length` of 50, which causes me to spend extra time trying to fit my commit messages within the limit. The...
From rust-lang/cargo#15942 ``` [NOTE] waiting for foo v0.0.1 to be available at registry `alternative` | [HELP] you may press ctrl-c to skip waiting; the crate should be available shortly ```...
I have code like the following ```rust fn typo_to_group { let title = match &msg.corrections { typos::Status::Valid => unimplemented!("never valid words to report"), typos::Status::Invalid => { format!("`{}` is disallowed", msg.typo,)...