Skip to content

Commit 7531ee3

Browse files
authored
Merge branch 'master' into ee-features
2 parents 79cd21c + 4210206 commit 7531ee3

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
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Support embassy-executor v0.10.x via feature `embassy010`
1313

14+
### Fixed
15+
16+
- fix "unit tests in doctest are not executed" clippy warning
17+
1418
## [0.7.0]
1519

1620
### 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)