mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
5143fe1a78
Lints when, on the RHS of a BinOp, there is a UnOp without a space before the operator but with a space after (e.g. foo >- 1). Signed-off-by: Nikos Filippakis <nikolaos.filippakis@cern.ch>