Skip to content

Commit

Permalink
Format toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Feb 6, 2025
1 parent 834c524 commit 031713e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 031713e

Please sign in to comment.