We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8292d10 commit 05176b0Copy full SHA for 05176b0
.github/workflows/rustdoc.yaml
@@ -27,7 +27,6 @@ jobs:
27
toolchain: nightly
28
profile: minimal
29
override: true
30
- components: rustfmt, rust-src
31
32
- name: Build Documentation
33
run: cargo doc
src/lib.rs
@@ -12,7 +12,8 @@
12
#![deny(clippy::all)]
13
#![deny(clippy::pedantic)]
14
#![deny(clippy::cargo)]
15
-#![deny(missing_docs, intra_doc_link_resolution_failure)]
+#![allow(unknown_lints)]
16
+#![warn(missing_docs, broken_intra_doc_links)]
17
#![deny(missing_debug_implementations)]
18
#![warn(rust_2018_idioms)]
19
#![warn(trivial_casts, trivial_numeric_casts)]
0 commit comments