Fix test failure with no-run vs no_run (#723)

This commit is contained in:
kpcyrd
2025-01-14 13:53:08 +01:00
committed by GitHub
parent 3c5de2b996
commit 85d8f3190b

View File

@@ -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() {