Format with rustfmt 1.8.0-nightly

This commit is contained in:
David Tolnay
2025-09-13 10:16:16 -07:00
parent b4677fde9d
commit 94acfe19e6
+6 -1
View File
@@ -106,7 +106,12 @@
//
// https://github.com/serde-rs/serde/issues/812
#![cfg_attr(feature = "unstable", feature(never_type))]
#![allow(unknown_lints, bare_trait_objects, deprecated, mismatched_lifetime_syntaxes)]
#![allow(
unknown_lints,
bare_trait_objects,
deprecated,
mismatched_lifetime_syntaxes
)]
// Ignored clippy and clippy_pedantic lints
#![allow(
// clippy bug: https://github.com/rust-lang/rust-clippy/issues/5704