Skip to content

Commit 8a407ea

Browse files
committed
fix: ignore will pass ci/cd for known-to-be pseudocode
1 parent 714d3eb commit 8a407ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
//!
4646
//! For writing files:
4747
//!
48-
//! ```rust
48+
//! ```rust,,ignore
4949
//! let my_other_file = root_dir.open_file_in_dir("MY_DATA.CSV", embedded_sdmmc::Mode::ReadWriteCreateOrAppend)?;
5050
//! my_other_file.write(b"Timestamp,Signal,Value\n")?;
5151
//! my_other_file.write(b"2025-01-01T00:00:00Z,TEMP,25.0\n")?;

0 commit comments

Comments
 (0)