Remove some unnecessary allow(incomplete_features)
This commit is contained in:
parent
6554a5645a
commit
f614eaea2c
62 changed files with 261 additions and 323 deletions
|
@ -1,8 +1,6 @@
|
|||
//@ build-pass
|
||||
//@ compile-flags: --crate-type=lib
|
||||
|
||||
#![allow(incomplete_features)]
|
||||
|
||||
trait Foo {
|
||||
fn bar() -> impl Sized;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue