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:
Oliver Hamlet
2025-04-23 00:16:08 +01:00
parent 724b8b55c1
commit 0e98c82b57
6 changed files with 52 additions and 42 deletions
-4
View File
@@ -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]