mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
Remove unnecessary scoped #[allow] attributes
This commit is contained in:
committed by
Johannes Altmanninger
parent
4c3e814a50
commit
4296c49a06
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user