Remove semicolon to quiet a rustc warning

This commit is contained in:
Nick Fitzgerald
2021-01-25 12:37:49 -08:00
parent 8d84482153
commit 3b7f3e0c23

View File

@@ -468,7 +468,7 @@ where
let _ = code_chunk; // suppresses warning for final flush
}
};
};
}
// Find all landing pads by scanning bytes, do not care about
// false location at this moment.
// Looks hacky but it is fast; does not need to be really exact.