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 282320b commit 9bbfe85Copy full SHA for 9bbfe85
CHANGELOG.md
@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
19
importing the `nb` crate directly in dependendent crates.
20
- `blocking::Serial`: renamed `bwrite_all` to `write`, `bflush` to `flush.
21
- Removed `prelude` to avoid method name conflicts between different flavors (blocking, nb) of the same trait. Traits must now be manually imported.
22
-- Removed the various `Default` traits because they interfered with upstream implementations.
+- Removed the various `Default` marker traits.
23
24
## [v1.0.0-alpha.4] - 2020-11-11
25
0 commit comments