From 7ead5121dafb3959d97aea50f5c8d97ce91898d3 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Fri, 27 Jun 2025 15:11:54 +0200 Subject: [PATCH] Cargo.toml/config.toml: format files --- .cargo/config.toml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index c97dc5701..67cd357b7 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -9,4 +9,4 @@ LIBSTDBUF_DIR = "/usr/lib" # libstdbuf must be a shared library, so musl libc can't be linked statically # https://github.com/rust-lang/rust/issues/82193 [build] -rustflags = [ "-C", "target-feature=-crt-static" ] +rustflags = ["-C", "target-feature=-crt-static"] diff --git a/Cargo.toml b/Cargo.toml index 02433e2a4..17e81fdf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -667,7 +667,7 @@ return_self_not_must_use = "allow" # 8 needless_pass_by_value = "allow" # 8 # manual_let_else = "allow" # 8 # needless_raw_string_hashes = "allow" # 7 -inline_always = "allow" # 6 +inline_always = "allow" # 6 # format_push_string = "allow" # 6 fn_params_excessive_bools = "allow" # 6 # single_char_pattern = "allow" # 4