We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705d75e commit 4c4dbb1Copy full SHA for 4c4dbb1
src/librustc/mir/interpret/allocation.rs
@@ -40,7 +40,6 @@ pub enum CheckInAllocMsg {
40
}
41
42
impl Display for CheckInAllocMsg {
43
-
44
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
45
write!(f, "{}", match *self {
46
CheckInAllocMsg::ReadCStr => "read C str",
0 commit comments