We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416aa2b commit eb55f84Copy full SHA for eb55f84
embedded-hal-nb/src/lib.rs
@@ -29,7 +29,7 @@
29
//! when paired with the macros in the `nb` crate, can operate in a blocking manner, or be adapted
30
//! to other asynchronous execution schemes.
31
//!
32
-//! [`WouldBlock`]: https://docs.rs/nb/0.1.0/nb/enum.Error.html
+//! [`WouldBlock`]: https://docs.rs/nb/1.0.0/nb/enum.Error.html
33
34
//! Some traits, like the one shown below, may expose possibly blocking APIs that can't fail. In
35
//! those cases `nb::Result<_, Infallible>` is used.
0 commit comments