We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed9ff1 commit 417a721Copy full SHA for 417a721
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Fixed
11
+
12
+- fix "unit tests in doctest are not executed" clippy warning
13
14
## [0.7.0]
15
16
### 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