MarcusGrass

Results 17 issues of MarcusGrass

Fixes https://github.com/rust-lang/rustfmt/issues/6083. In annotate snippets it takes the length of the string by char count https://github.com/rust-lang/annotate-snippets-rs/blob/master/src/renderer/display_list.rs#L935, both on `0.9` and `0.10`, but in the code here the length is taken...

pr-not-reviewed

Allow an opt-out for portable atomics, if the platform has atomic load/store then they aren't necessary

Fixes https://github.com/rust-lang/rust-clippy/issues/12468. I don't know if this fix is really worth it, it can hopefully be improved if someone knows how to implement proper look-ahead, essentially: On `check_path` paths come...

S-waiting-on-review

Hi, I made a somewhat broken migration of a non-thread-safe SPSC to a thread-safe one looking at the SPSC implementation here for guidance. I [came over this part of the...

enhancement
question

fixes #8034 https://www.gnu.org/software/coreutils/manual/html_node/chown-invocation.html#chown-invocation > owner‘:’ > > If a colon but no group name follows owner, that user is made the owner of the files and the group of the...

… a function arg. fixes #6520 A bit unsure about this one. The problem is that if you have a comment that spans to the end of the line, then...

pr-not-reviewed

### Is your issue REALLY a bug? - [x] My issue is indeed a bug! - [x] I am not crazy! I will not fill out this form just to...

bug