rust/src/librustc_apfloat
Tyler Mandry 73aa2bd707
Rollup merge of #64942 - JohnTitor:fix-clippy, r=eddyb
Fix clippy warnings

* Use `match` instead of `if` chain
* Remove redundant `into_iter()`
* Use `copied()` instead of `map()`

etc.
2019-10-01 23:06:19 -07:00
..
tests ignore-tidy-filelength on all files with greater than 3000 lines 2019-04-25 21:39:09 +01:00
Cargo.toml rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
ieee.rs Fix clippy warnings 2019-10-01 23:15:47 +09:00
lib.rs Rollup merge of #63416 - RalfJung:apfloat, r=eddyb 2019-10-01 23:56:16 +02:00
ppc.rs rustc_apfloat: make the crate #![no_std] explicitly. 2019-08-28 11:24:04 +03:00