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 1cd12ed commit 00db281Copy full SHA for 00db281
crates/lib/src/lib.rs
@@ -4,6 +4,7 @@
4
#![allow(clippy::missing_errors_doc)]
5
#![allow(clippy::implicit_hasher)]
6
#![allow(clippy::too_many_arguments)]
7
+#![warn(clippy::result_large_err)] // TODO #555: box the large variants or change the lint tthreshold
8
#![forbid(unsafe_code)]
9
#![warn(future_incompatible)]
10
#![warn(rust_2018_compatibility, rust_2018_idioms)]
0 commit comments