diff options
| author | Kevin Reid <kpreid@switchb.org> | 2024-09-14 14:46:29 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-14 14:46:29 -0700 |
| commit | 29ccc0d3256f487225140e6d9e2823adbb460710 (patch) | |
| tree | 797e9ec4985b54b586beebb6a198324fe72a94ea | |
| parent | 5e3ede22ef6fd23197629c22b9f466b3734e19f1 (diff) | |
| download | rust-29ccc0d3256f487225140e6d9e2823adbb460710.tar.gz rust-29ccc0d3256f487225140e6d9e2823adbb460710.zip | |
`trait_upcasting` is not currently an incomplete feature.
| -rw-r--r-- | src/doc/unstable-book/src/language-features/trait-upcasting.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/language-features/trait-upcasting.md b/src/doc/unstable-book/src/language-features/trait-upcasting.md index 3697ae38f9d..a5f99cc86f2 100644 --- a/src/doc/unstable-book/src/language-features/trait-upcasting.md +++ b/src/doc/unstable-book/src/language-features/trait-upcasting.md @@ -12,7 +12,6 @@ so long as `Bar: Foo`. ```rust,edition2018 #![feature(trait_upcasting)] -#![allow(incomplete_features)] trait Foo {} |
