Skip to content

Commit 85d8f31

Browse files
authored
Fix test failure with no-run vs no_run (#723)
1 parent 3c5de2b commit 85d8f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

espflash/src/cli/monitor/external_processors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
//! The executable will get the path of the ELF file as the first argument if available.
1515
//!
1616
//! Example processor which turns some letters into uppercase
17-
//! ```rust,no-run
17+
//! ```rust,no_run
1818
//! use std::io::{stdin, stdout, Read, Write};
1919
//!
2020
//! fn main() {

0 commit comments

Comments
 (0)