diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-10-02 17:29:21 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-02 17:29:21 +0000 |
| commit | 9228a6334ba7631e1dcd436b3a5676fe966064cf (patch) | |
| tree | 0938133b63d3b06680e8ff18232d74a9be396b1a /examples/std/src | |
| parent | ce0add61f875422c7aa9f37ac201a1b56bdd575f (diff) | |
| parent | 3c9dfbbc9d49100de5d6f442d9f724101ca4b1ed (diff) | |
Merge pull request #1996 from embassy-rs/update-nightly
Update Nightly.
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; |
