9 Commits

Author SHA1 Message Date
Dale Wijnand
ab5ac28a42
backtick auto-discovery key usage advice 2018-04-20 22:23:08 +01:00
Dale Wijnand
d3f5fefa5c
manually line wrap warnings at 80 characters 2018-04-20 22:22:41 +01:00
Dale Wijnand
54e7bc51a2
prefer PathBuf::display over {:?} 2018-04-20 22:21:33 +01:00
Dale Wijnand
abbd69e747
avoid windows path assertion bug 2018-04-20 22:20:31 +01:00
Dale Wijnand
e471745e47
Introduce autoXXX keys for target auto-discovery
In Rust 2015 absence of the configuration makes it default to not
include auto-discovered targets (i.e false), with a warnings message.

In Rust 2018 absence makes it default to include auto-discovered
targets (i.e true).

Fixes #5330
2018-04-20 20:57:24 +01:00
Eric Huss
e7896a2f68 Fix with_*_does_not_contain to support [..] and macro matching. 2018-04-18 22:13:30 -07:00
Aleksey Kladov
b0c181d91c Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
Alex Crichton
1e6828485e cargo fmt 2018-03-14 17:48:23 -07:00
André Rocha
c2ff988c9f Reorganize integration tests as one crate with many modules. Issue #4867. 2018-02-21 13:33:51 -05:00