Replace usages of 'bad_style' with 'nonstandard_style'.
`bad_style` is being deprecated in favor of `nonstandard_style`: - https://github.com/rust-lang/rust/issues/41646
This commit is contained in:
parent
ca0de63898
commit
e477a13d63
31 changed files with 52 additions and 52 deletions
|
|
@ -52,7 +52,7 @@ fn is_sigill(status: ExitStatus) -> bool {
|
|||
}
|
||||
|
||||
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
|
||||
#[allow(bad_style)]
|
||||
#[allow(nonstandard_style)]
|
||||
mod test {
|
||||
// An SSE type
|
||||
#[repr(simd)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue