1
Fork 0

Remove outdated FIXME

This commit is contained in:
oli 2020-11-01 16:58:16 +00:00
parent df4d717d0b
commit e5258e6143

View file

@ -113,7 +113,6 @@ impl std::fmt::Debug for ConstInt {
} }
} }
// FIXME: reuse in `super::int::ConstInt` and `Scalar::Bits`
/// The raw bytes of a simple value. /// The raw bytes of a simple value.
/// ///
/// This is a packed struct in order to allow this type to be optimally embedded in enums /// This is a packed struct in order to allow this type to be optimally embedded in enums