File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -406,10 +406,10 @@ impl TaggedFile {
406406 ///
407407 /// # Examples
408408 ///
409- /// ```rust,ignore
409+ /// ```rust,no_run
410410 /// # fn main() -> lofty::Result<()> {
411411 /// # let path = "tests/files/assets/minimal/full_test.mp3";
412- /// let mut tagged_file = lofty::read_from_path(path, true )?;
412+ /// let mut tagged_file = lofty::read_from_path(path)?;
413413 ///
414414 /// // Edit the tags
415415 ///
@@ -428,12 +428,12 @@ impl TaggedFile {
428428 ///
429429 /// # Examples
430430 ///
431- /// ```rust,ignore
431+ /// ```rust,no_run
432432 /// use std::fs::OpenOptions;
433433 ///
434434 /// # fn main() -> lofty::Result<()> {
435435 /// # let path = "tests/files/assets/minimal/full_test.mp3";
436- /// let mut tagged_file = lofty::read_from_path(path, true )?;
436+ /// let mut tagged_file = lofty::read_from_path(path)?;
437437 ///
438438 /// // Edit the tags
439439 ///
You can’t perform that action at this time.
0 commit comments