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 7421727 commit 2b81dadCopy full SHA for 2b81dad
.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
@@ -2,7 +2,8 @@
2
#![warn(clippy::pedantic)]
3
#![warn(clippy::cargo)]
4
#![allow(clippy::cast_possible_truncation)]
5
-#![warn(missing_docs, intra_doc_link_resolution_failure)]
+#![allow(unknown_lints)]
6
+#![warn(missing_docs, broken_intra_doc_links)]
7
#![warn(missing_debug_implementations)]
8
#![warn(missing_copy_implementations)]
9
#![warn(rust_2018_idioms)]
0 commit comments