Skip to content

Commit 0a6c707

Browse files
committed
Turn missing documentation into a warning.
1 parent ae051c7 commit 0a6c707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![deny(missing_docs)]
1+
#![warn(missing_docs)]
22

33
//! MPD client for Rust
44
//!

0 commit comments

Comments
 (0)