Skip to content

Commit 903babb

Browse files
committed
TagExt: Update docs referencing std::fs::File
Signed-off-by: Serial <[email protected]>
1 parent 48cf7b1 commit 903babb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traits.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ pub trait TagExt: Accessor + Into<Tag> + Sized {
235235
self.tag_type().remove_from_path(path).map_err(Into::into)
236236
}
237237

238-
/// Remove a tag from a [`File`]
238+
/// Remove a tag from a [`FileLike`](crate::FileLike)
239239
///
240240
/// # Errors
241241
///

0 commit comments

Comments
 (0)