Remove unnecessary scoped #[allow] attributes

This commit is contained in:
The0x539
2024-03-09 04:31:30 -06:00
committed by Johannes Altmanninger
parent 4c3e814a50
commit 4296c49a06
2 changed files with 0 additions and 5 deletions

View File

@@ -197,10 +197,7 @@ pub fn wcstod_underscores<Chars>(s: Chars, consumed: &mut usize) -> Result<f64,
#[cfg(test)]
mod test {
#![allow(overflowing_literals)]
use super::{wcstod, Error};
use std::f64;
#[test]
#[allow(clippy::all)]