Allow false positive unreachable code warning
This commit is contained in:
parent
40e88469ce
commit
4b1a2438f8
@ -129,6 +129,7 @@ fn call_return_u128_pair() {
|
||||
return_u128_pair();
|
||||
}
|
||||
|
||||
#[allow(unreachable_code)] // FIXME false positive
|
||||
fn main() {
|
||||
take_unique(Unique {
|
||||
pointer: 0 as *const (),
|
||||
|
Loading…
Reference in New Issue
Block a user