We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79cd21c + 4210206 commit 7531ee3Copy full SHA for 7531ee3
CHANGELOG.md
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
- Support embassy-executor v0.10.x via feature `embassy010`
13
14
+### Fixed
15
+
16
+- fix "unit tests in doctest are not executed" clippy warning
17
18
## [0.7.0]
19
20
### Added
README.md
@@ -87,7 +87,7 @@ the [FAQ and common Errors](https://github.com/probe-rs/embedded-test/wiki/FAQ-a
87
Check the [example folder](https://github.com/probe-rs/embedded-test/tree/master/examples)
88
for a complete example project for stm32/esp32.
89
90
-```rust
+```rust,no_run
91
#![no_std]
92
#![no_main]
93
0 commit comments