Skip to content

Commit 417a721

Browse files
committed
chore: mark code snippet in README.md no_run
Signed-off-by: Kaspar Schleiser <kaspar@schleiser.de>
1 parent 9ed9ff1 commit 417a721

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- fix "unit tests in doctest are not executed" clippy warning
13+
1014
## [0.7.0]
1115

1216
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ the [FAQ and common Errors](https://github.com/probe-rs/embedded-test/wiki/FAQ-a
8787
Check the [example folder](https://github.com/probe-rs/embedded-test/tree/master/examples)
8888
for a complete example project for stm32/esp32.
8989

90-
```rust
90+
```rust,no_run
9191
#![no_std]
9292
#![no_main]
9393

0 commit comments

Comments
 (0)