rust/src
bors f08f171530 Auto merge of #4539 - jolson88:cast-lossless-pedantic, r=flip1995
Changes cast-lossless to a pedantic lint

As discussed in #4528, this moves the cast-lossless lint from `all` to `pedantic`.

I couldn't tell from description alone if it should also be removed from the complexity category, so I left it as part of complexity for now. I didn't see any impact to the tests from this change, but I could be wrong (as this is my first PR).

fixes #4528

changelog: Moves cast-lossless from default to checking only as a `pedantic` lint.
2019-09-19 08:50:31 +00:00
..
lintlist Auto merge of #4539 - jolson88:cast-lossless-pedantic, r=flip1995 2019-09-19 08:50:31 +00:00
driver.rs Changes to catch_fatal_errors in rustc driver 2019-09-16 11:08:45 -07:00
lib.rs Import rustc_plugin from its new location 2019-08-19 17:52:10 +02:00
main.rs Deny warnings in CI 2019-07-15 07:35:02 +02:00