Skip to content

Commit 29ccc0d

Browse files
authored
trait_upcasting is not currently an incomplete feature.
1 parent 5e3ede2 commit 29ccc0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/doc/unstable-book/src/language-features/trait-upcasting.md

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ so long as `Bar: Foo`.
1212

1313
```rust,edition2018
1414
#![feature(trait_upcasting)]
15-
#![allow(incomplete_features)]
1615
1716
trait Foo {}
1817

0 commit comments

Comments
 (0)