You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
432: delay: make infallible. r=therealprof a=Dirbaio
1.0 alphas have been out for a while, some HALs out there implement it. I haven't seen one with an actual fallible delay.
I know the decision was made to make Delay fallible for consistency, but I think we should make one exception for just this one trait.
Co-authored-by: Dario Nieuwenhuis <[email protected]>
Copy file name to clipboardExpand all lines: embedded-hal-async/CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [Unreleased]
9
9
10
+
### Changed
11
+
- delay: make infallible.
12
+
10
13
## [v0.2.0-alpha.0] - 2022-11-23
11
14
12
15
- Switch all traits to use [`async_fn_in_trait`](https://blog.rust-lang.org/inside-rust/2022/11/17/async-fn-in-trait-nightly.html) (AFIT). Requires `nightly-2022-11-22` or newer.
0 commit comments