Skip to content

Commit 490d1b6

Browse files
committed
Remove some error-chain specific clippy allows
We believe that the necessity has been removed by the recent error-chain update: rust-lang-deprecated/error-chain#245 Signed-off-by: mulhern <[email protected]>
1 parent e148704 commit 490d1b6

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/errors.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
// License, v. 2.0. If a copy of the MPL was not distributed with this
33
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

5-
// The error we are trying to eliminate is:
6-
// lint unused_doc_comment had been renamed to unused_doc_comments.
7-
// GitHub URL: https://github.com/rust-lang-nursery/error-chain/issues/245.
8-
#![allow(renamed_and_removed_lints)]
95
use super::deviceinfo::DeviceInfo;
106

117
error_chain! {

src/test_lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ pub fn test_uuid(name: &str) -> DmResult<DmUuidBuf> {
9393
DmUuidBuf::new(test_string(name))
9494
}
9595

96-
#[allow(renamed_and_removed_lints)]
9796
mod cleanup_errors {
9897
use mnt;
9998
use nix;

0 commit comments

Comments
 (0)