mirror of
https://github.com/esp-rs/espflash.git
synced 2026-03-23 15:50:21 +00:00
Fix test failure with no-run vs no_run (#723)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user