From 39a030d47e0cda1bf2d5be9dec2163b30425deae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kh=E1=BA=A3i?= Date: Mon, 6 Jul 2026 11:52:21 +0700 Subject: [PATCH] style: formatting --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 25bb849d1f..4badc5f000 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -263,10 +263,10 @@ redundant_feature_names = "warn" wildcard_dependencies = "warn" [profile.release] -opt-level = 3 -strip = "symbols" -debug = false -panic = "abort" # Let it crash and force ourselves to write safe Rust. +opt-level = 3 +strip = "symbols" +debug = false +panic = "abort" # Let it crash and force ourselves to write safe Rust. # Use the `--profile release-debug` flag to show symbols in release mode. # e.g. `cargo build --profile release-debug`