We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ignore
1 parent 714d3eb commit 8a407eaCopy full SHA for 8a407ea
src/lib.rs
@@ -45,7 +45,7 @@
45
//!
46
//! For writing files:
47
48
-//! ```rust
+//! ```rust,,ignore
49
//! let my_other_file = root_dir.open_file_in_dir("MY_DATA.CSV", embedded_sdmmc::Mode::ReadWriteCreateOrAppend)?;
50
//! my_other_file.write(b"Timestamp,Signal,Value\n")?;
51
//! my_other_file.write(b"2025-01-01T00:00:00Z,TEMP,25.0\n")?;
0 commit comments