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 fb82937 commit de30fe2Copy full SHA for de30fe2
.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
@@ -105,7 +105,8 @@ rewritten by Vladimir Makarov <vmakarov@redhat.com>. */
105
#![warn(clippy::cargo)]
106
#![allow(clippy::cast_lossless)]
107
#![allow(clippy::cast_possible_truncation)]
108
-#![warn(missing_docs, intra_doc_link_resolution_failure)]
+#![allow(unknown_lints)]
109
+#![warn(missing_docs, broken_intra_doc_links)]
110
#![warn(missing_debug_implementations)]
111
#![warn(rust_2018_idioms)]
112
#![warn(unused_qualifications)]
0 commit comments