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 e148704 commit 490d1b6Copy full SHA for 490d1b6
src/errors.rs
@@ -2,10 +2,6 @@
2
// License, v. 2.0. If a copy of the MPL was not distributed with this
3
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
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)]
9
use super::deviceinfo::DeviceInfo;
10
11
error_chain! {
src/test_lib.rs
@@ -93,7 +93,6 @@ pub fn test_uuid(name: &str) -> DmResult<DmUuidBuf> {
93
DmUuidBuf::new(test_string(name))
94
}
95
96
-#[allow(renamed_and_removed_lints)]
97
mod cleanup_errors {
98
use mnt;
99
use nix;
0 commit comments