We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7d26c9 commit d0462d5Copy full SHA for d0462d5
imageflow_helpers/src/lib.rs
@@ -100,7 +100,8 @@ mod tests {
100
// We'll put our errors in an `errors` module, and other modules in
101
// this crate will `use errors::*;` to get access to everything
102
// `error_chain!` creates.
103
-#[allow(unused_doc_comment)]
+#[allow(unused_doc_comments)]
104
+#[allow(renamed_and_removed_lints)]
105
mod errors {
106
// Create the Error, ErrorKind, ResultExt, and Result types
107
0 commit comments