| Age | Commit message (Collapse) | Author | Lines |
|
|
|
This removes the ICE codepaths for `f16` and `f128` in Clippy.
`rustc_apfloat` is used as a dependency for the parsing of these types,
since their `FromStr` implementation will not be available in the
standard library for a while.
|
|
clippy-subtree-update
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cc #4319
|
|
Fixes #3917.
|
|
|
|
|
|
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
|
|
This is somewhat misleading, as those are actually external crates,
and don't need a crate:: prefix.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|