Commit Graph
3 Commits
Author SHA1 Message Date
Jean Mertz 53b0e6c37d support all cargo options for build/clippy 2019-06-25 11:22:36 +02:00
Jean Mertz e52388b8b1 support clippy options with -- 2019-06-24 19:47:49 +02:00
Jean Mertz 26460a77a7 set correct Rust span end column
The Rust compiler returns the first column that is _not_ part of the
current span as `column_end`, while Ale expects `end_col` to signify
the last column of the span.
2019-03-02 16:17:17 +01:00