Skip to content

Commit b72f4ac

Browse files
committed
fmt
1 parent 17eabe5 commit b72f4ac

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/smoke.rs

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
unreachable_pub,
88
clippy::pedantic
99
)]
10-
#![allow(clippy::too_many_lines, clippy::many_single_char_names, clippy::self_assignment, clippy::uninlined_format_args, unused_imports)]
10+
#![allow(
11+
clippy::too_many_lines,
12+
clippy::many_single_char_names,
13+
clippy::self_assignment,
14+
clippy::uninlined_format_args,
15+
unused_imports
16+
)]
1117

1218
use serde::{de::DeserializeOwned, Serialize};
1319
use std::{fmt::Debug, mem::size_of};

0 commit comments

Comments
 (0)