Skip to content

Commit a4ec26b

Browse files
committed
Format Cargo.toml
Formatting done by the `Even Better TOML` vs-code extension. Signed-off-by: Christian Schrefl <chrisi.schrefl@gmail.com>
1 parent cdd0388 commit a4ec26b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ prettyplease = { version = "0.2", features = ["verbatim"] }
3434

3535
[lints.rust]
3636
non_ascii_idents = "deny"
37-
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(NO_UI_TESTS)', 'cfg(NO_ALLOC_FAIL_TESTS)', 'cfg(kernel)'] }
37+
unexpected_cfgs = { level = "warn", check-cfg = [
38+
'cfg(NO_UI_TESTS)',
39+
'cfg(NO_ALLOC_FAIL_TESTS)',
40+
'cfg(kernel)',
41+
] }
3842
unsafe_op_in_unsafe_fn = "deny"
3943
unused_attributes = "deny"
4044
warnings = "deny"

0 commit comments

Comments
 (0)