diff options
Diffstat (limited to 'examples/std/src/bin/net_ppp.rs')
| -rw-r--r-- | examples/std/src/bin/net_ppp.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/std/src/bin/net_ppp.rs b/examples/std/src/bin/net_ppp.rs index 9ea07b29a..6ac31f2f3 100644 --- a/examples/std/src/bin/net_ppp.rs +++ b/examples/std/src/bin/net_ppp.rs | |||
| @@ -8,7 +8,8 @@ | |||
| 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)] | 11 | #![feature(async_fn_in_trait, impl_trait_projections)] |
| 12 | #![allow(stable_features, unknown_lints, async_fn_in_trait)] | ||
| 12 | 13 | ||
| 13 | #[path = "../serial_port.rs"] | 14 | #[path = "../serial_port.rs"] |
| 14 | mod serial_port; | 15 | mod serial_port; |
