mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-04 00:21:57 +00:00
clippy::map_err_ignore is now allowed.
This commit is contained in:
parent
1cc35f830d
commit
2e44a3e382
@ -55,6 +55,8 @@
|
||||
#![allow(clippy::similar_names)]
|
||||
// We only use `# Panics` where a panic might be caused by a mis-use of the user, not assertions
|
||||
#![allow(clippy::missing_panics_doc)]
|
||||
// Some errors don't carry enough information to include them in another super-error
|
||||
#![allow(clippy::map_err_ignore)]
|
||||
|
||||
// Modules
|
||||
pub mod byteorder_ext;
|
||||
|
||||
@ -54,6 +54,8 @@
|
||||
#![allow(clippy::similar_names)]
|
||||
// We only use `# Panics` where a panic might be caused by a mis-use of the user, not assertions
|
||||
#![allow(clippy::missing_panics_doc)]
|
||||
// Some errors don't carry enough information to include them in another super-error
|
||||
#![allow(clippy::map_err_ignore)]
|
||||
|
||||
|
||||
// Modules
|
||||
|
||||
@ -64,6 +64,8 @@
|
||||
#![allow(clippy::similar_names)]
|
||||
// We only use `# Panics` where a panic might be caused by a mis-use of the user, not assertions
|
||||
#![allow(clippy::missing_panics_doc)]
|
||||
// Some errors don't carry enough information to include them in another super-error
|
||||
#![allow(clippy::map_err_ignore)]
|
||||
|
||||
// Modules
|
||||
pub mod dir;
|
||||
|
||||
@ -74,6 +74,8 @@
|
||||
#![allow(clippy::similar_names)]
|
||||
// We only use `# Panics` where a panic might be caused by a mis-use of the user, not assertions
|
||||
#![allow(clippy::missing_panics_doc)]
|
||||
// Some errors don't carry enough information to include them in another super-error
|
||||
#![allow(clippy::map_err_ignore)]
|
||||
|
||||
// Modules
|
||||
pub mod data;
|
||||
|
||||
@ -68,6 +68,8 @@
|
||||
#![allow(clippy::similar_names)]
|
||||
// We only use `# Panics` where a panic might be caused by a mis-use of the user, not assertions
|
||||
#![allow(clippy::missing_panics_doc)]
|
||||
// Some errors don't carry enough information to include them in another super-error
|
||||
#![allow(clippy::map_err_ignore)]
|
||||
|
||||
// Modules
|
||||
pub mod game_file;
|
||||
|
||||
@ -62,6 +62,8 @@
|
||||
#![allow(clippy::similar_names)]
|
||||
// We only use `# Panics` where a panic might be caused by a mis-use of the user, not assertions
|
||||
#![allow(clippy::missing_panics_doc)]
|
||||
// Some errors don't carry enough information to include them in another super-error
|
||||
#![allow(clippy::map_err_ignore)]
|
||||
|
||||
|
||||
// Modules
|
||||
|
||||
@ -63,6 +63,8 @@
|
||||
#![allow(clippy::similar_names)]
|
||||
// We only use `# Panics` where a panic might be caused by a mis-use of the user, not assertions
|
||||
#![allow(clippy::missing_panics_doc)]
|
||||
// Some errors don't carry enough information to include them in another super-error
|
||||
#![allow(clippy::map_err_ignore)]
|
||||
|
||||
// Modules
|
||||
pub mod header;
|
||||
|
||||
@ -54,6 +54,8 @@
|
||||
#![allow(clippy::similar_names)]
|
||||
// We only use `# Panics` where a panic might be caused by a mis-use of the user, not assertions
|
||||
#![allow(clippy::missing_panics_doc)]
|
||||
// Some errors don't carry enough information to include them in another super-error
|
||||
#![allow(clippy::map_err_ignore)]
|
||||
|
||||
// Modules
|
||||
pub mod array_split;
|
||||
|
||||
@ -75,6 +75,8 @@
|
||||
#![allow(clippy::similar_names)]
|
||||
// We only use `# Panics` where a panic might be caused by a mis-use of the user, not assertions
|
||||
#![allow(clippy::missing_panics_doc)]
|
||||
// Some errors don't carry enough information to include them in another super-error
|
||||
#![allow(clippy::map_err_ignore)]
|
||||
|
||||
|
||||
// Modules
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user