From 031713eecf46bc65e74191b90ec9f30166e4b5ae Mon Sep 17 00:00:00 2001 From: jprochazk Date: Thu, 6 Feb 2025 18:56:16 +0100 Subject: [PATCH] Format toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5ad50d08f05b..a5f01e3cdc3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -398,8 +398,8 @@ semicolon_in_expressions_from_macros = "warn" trivial_numeric_casts = "warn" unsafe_op_in_unsafe_fn = "warn" # `unsafe_op_in_unsafe_fn` may become the default in future Rust versions: https://github.com/rust-lang/rust/issues/71668 unexpected_cfgs = { level = "deny", check-cfg = [ - 'cfg(TODO)', # NOLINT - 'cfg(disable_web_viewer_server)' + 'cfg(TODO)', # NOLINT + 'cfg(disable_web_viewer_server)', ] } # NOLINT allow `#[cfg(TODO)]` to compile (it will still fail CI) unused_extern_crates = "warn" unused_import_braces = "warn"