Skip to content

Commit f412831

Browse files
committed
Add missing search module doc comment
1 parent 6dcab27 commit f412831

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/search.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![allow(missing_docs)]
2+
//! The module defines data structures used in MPD search queries.
23
// TODO: unfinished functionality
34

45
use crate::proto::ToArguments;

0 commit comments

Comments
 (0)