Allow false positive unreachable code warning
This commit is contained in:
parent
40e88469ce
commit
4b1a2438f8
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue