Skip to content

Commit d0462d5

Browse files
committed
Renamed lint
1 parent e7d26c9 commit d0462d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

imageflow_helpers/src/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ mod tests {
100100
// We'll put our errors in an `errors` module, and other modules in
101101
// this crate will `use errors::*;` to get access to everything
102102
// `error_chain!` creates.
103-
#[allow(unused_doc_comment)]
103+
#[allow(unused_doc_comments)]
104+
#[allow(renamed_and_removed_lints)]
104105
mod errors {
105106
// Create the Error, ErrorKind, ResultExt, and Result types
106107

0 commit comments

Comments
 (0)