diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-12-21 14:44:56 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-21 14:44:56 +0000 |
| commit | 87c03037e320ce30c0cd34fe97e0365e1b11aa9a (patch) | |
| tree | 494e66fb12708722ce31108897c21c0aea7b1563 /examples/std/src/bin/net_ppp.rs | |
| parent | 90aebb58282f3f36fb5ffc4fde8a140a4ef231ee (diff) | |
| parent | 8b36a32ed5d834b23e970d5b723dd7df1f1c94a2 (diff) | |
Merge pull request #2342 from embassy-rs/no-more-nightly
ci: use beta, add secondary nightly ci.
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"] |
