From 32fff49633fba4cf67f988c04bc21b843dd45eb2 Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Mon, 25 Dec 2023 13:22:10 -0800 Subject: [PATCH] regsim: update docs --- regsim/README.md | 1 - regsim/src/lib.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/regsim/README.md b/regsim/README.md index f6e54513..137b7e43 100644 --- a/regsim/README.md +++ b/regsim/README.md @@ -12,7 +12,6 @@ code, not all features of the W5500 will be fully simulated. All features are disabled by default. -* `async`: **Nightly only.** Implement asynchronous traits. * `ip_in_core`: **Nightly only.** Use `core::net` networking types. ## Notes diff --git a/regsim/src/lib.rs b/regsim/src/lib.rs index 28a903d5..d01fd095 100644 --- a/regsim/src/lib.rs +++ b/regsim/src/lib.rs @@ -10,7 +10,6 @@ //! //! All features are disabled by default. //! -//! * `async`: **Nightly only.** Implement asynchronous traits. //! * `ip_in_core`: **Nightly only.** Use `core::net` networking types. //! //! # Notes