diff options
Diffstat (limited to 'examples/std/src/bin/net_ppp.rs')
| -rw-r--r-- | examples/std/src/bin/net_ppp.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/std/src/bin/net_ppp.rs b/examples/std/src/bin/net_ppp.rs index 8c80c4beb..9ec0ea91f 100644 --- a/examples/std/src/bin/net_ppp.rs +++ b/examples/std/src/bin/net_ppp.rs | |||
| @@ -7,7 +7,6 @@ | |||
| 7 | //! ping 192.168.7.10 | 7 | //! ping 192.168.7.10 |
| 8 | //! nc 192.168.7.10 1234 | 8 | //! nc 192.168.7.10 1234 |
| 9 | 9 | ||
| 10 | #![feature(type_alias_impl_trait)] | ||
| 11 | #![allow(async_fn_in_trait)] | 10 | #![allow(async_fn_in_trait)] |
| 12 | 11 | ||
| 13 | #[path = "../serial_port.rs"] | 12 | #[path = "../serial_port.rs"] |
