Skip to content

Commit 9406045

Browse files
committed
Use --workspace instead of --all; make lints warn() instead of deny()
1 parent 8d7bd0f commit 9406045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata/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
// N.B. requires nightly rustdoc to document until intra-doc links are stabilized.
33
//! Collect information that allows you to build a crate the same way that docs.rs would.
44
//!

0 commit comments

Comments
 (0)