Skip to content

Commit 2f995c1

Browse files
committed
ID3v2: Fix module doc comment
1 parent d4af653 commit 2f995c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/id3/v2/util/pairs.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/// Contains utilities for ID3v2 style number pairs
1+
//! Contains utilities for ID3v2 style number pairs
2+
23
use crate::tag::item::{ItemKey, TagItem};
34

45
use std::fmt::Display;

0 commit comments

Comments
 (0)