File: dont-fail-build-missing-docs.patch

package info (click to toggle)
rust-h3 0.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 888 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 344 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Index: h3/src/lib.rs
===================================================================
--- h3.orig/src/lib.rs
+++ h3/src/lib.rs
@@ -1,5 +1,5 @@
 //! HTTP/3 client and server
-#![deny(missing_docs, clippy::self_named_module_files)]
+#![deny(clippy::self_named_module_files)]
 #![allow(clippy::derive_partial_eq_without_eq)]
 
 pub mod client;