mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Deny some rustc lints
The unreachable_pub lint is commented out because it seems like a good idea but fixing the errors it causes would cause too much churn for it to be done in this commit.
This commit is contained in:
@@ -602,8 +602,6 @@ plugins:
|
||||
}
|
||||
|
||||
mod write_minimal_list {
|
||||
use crate::tests::{BLANK_DIFFERENT_ESM, BLANK_ESM};
|
||||
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
@@ -964,8 +962,6 @@ plugins:
|
||||
}
|
||||
|
||||
mod plugin_metadata {
|
||||
use crate::tests::BLANK_ESM;
|
||||
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user