rust/tests
bors a3135ba131 Auto merge of #5132 - JohnTitor:fix-fp-in-unwrap-lint, r=flip1995
Do not lint `unnecessary_unwrap` in external macros

Fixes #5131

I think we shouldn't lint `{panicking, unnecessary}_unwrap` in macros, not just `assert!`.

changelog: Fix false positive in `unnecessary_unwrap`
2020-02-06 14:17:35 +00:00
..
auxiliary
cargo Add serde_derive to the need-to-be-disambiguated-crates list 2020-02-05 22:00:19 +07:00
ui Auto merge of #5132 - JohnTitor:fix-fp-in-unwrap-lint, r=flip1995 2020-02-06 14:17:35 +00:00
ui-toml add size parameter for lint 2020-01-25 18:06:52 +03:00
compile-test.rs compile-test: Handle CARGO_TARGET_DIR and transitive deps 2020-02-05 21:55:03 +07:00
dogfood.rs Use lazy_static 2020-02-05 16:13:55 +01:00
fmt.rs Deprecate util/dev in favor of cargo alias 2020-01-30 21:34:31 +01:00
integration.rs
matches.rs
missing-test-files.rs
needless_continue_helpers.rs
versioncheck.rs