Skip to content

Commit

Permalink
Fix test failure with no-run vs no_run
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Jan 14, 2025
1 parent 3c5de2b commit f484101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion espflash/src/cli/monitor/external_processors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//! The executable will get the path of the ELF file as the first argument if available.
//!
//! Example processor which turns some letters into uppercase
//! ```rust,no-run
//! ```rust,no_run
//! use std::io::{stdin, stdout, Read, Write};
//!
//! fn main() {
Expand Down

0 comments on commit f484101

Please sign in to comment.