rust/clippy_utils
Trevor Gross 8cde354f0b Resolve Clippy f16 and f128 unimplemented!/FIXMEs
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.
2024-06-19 13:30:21 -04:00
..
src Resolve Clippy f16 and f128 unimplemented!/FIXMEs 2024-06-19 13:30:21 -04:00
Cargo.toml Resolve Clippy f16 and f128 unimplemented!/FIXMEs 2024-06-19 13:30:21 -04:00