diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-10-02 14:00:49 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-10-02 14:00:49 +0200 |
| commit | eb121143458cb3ecc67da2bdfc6a0aa564ae39d8 (patch) | |
| tree | 7f98970cb3a8c2667ef58bd099eaf74d969d5e18 /examples/std/src | |
| parent | 4b252586e58224a7137a6a6bfecb7c23a4036f1d (diff) | |
Remove impl_trait_projections.
Diffstat (limited to 'examples/std/src')
| -rw-r--r-- | examples/std/src/bin/net_ppp.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/std/src/bin/net_ppp.rs b/examples/std/src/bin/net_ppp.rs index 9cf6e19df..9ea07b29a 100644 --- a/examples/std/src/bin/net_ppp.rs +++ b/examples/std/src/bin/net_ppp.rs | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | //! nc 192.168.7.10 1234 | 8 | //! nc 192.168.7.10 1234 |
| 9 | 9 | ||
| 10 | #![feature(type_alias_impl_trait)] | 10 | #![feature(type_alias_impl_trait)] |
| 11 | #![feature(async_fn_in_trait, impl_trait_projections)] | 11 | #![feature(async_fn_in_trait)] |
| 12 | 12 | ||
| 13 | #[path = "../serial_port.rs"] | 13 | #[path = "../serial_port.rs"] |
| 14 | mod serial_port; | 14 | mod serial_port; |
