]> git.lizzy.rs Git - rust.git/commitdiff
Remove outdated FIXME
authoroli <github35764891676564198441@oli-obk.de>
Sun, 1 Nov 2020 16:58:16 +0000 (16:58 +0000)
committeroli <github35764891676564198441@oli-obk.de>
Wed, 4 Nov 2020 10:11:45 +0000 (10:11 +0000)
compiler/rustc_middle/src/ty/consts/int.rs

index 32e0eac00a741d6cd346801f9bd4f426313ee5e1..043dd957b749fae4e7d27ab2f1e2cb53b215b534 100644 (file)
@@ -113,7 +113,6 @@ fn fmt(&self, fmt: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
     }
 }
 
-// FIXME: reuse in `super::int::ConstInt` and `Scalar::Bits`
 /// The raw bytes of a simple value.
 ///
 /// This is a packed struct in order to allow this type to be optimally embedded in enums