style: formatting

This commit is contained in:
Khải
2026-07-06 11:52:21 +07:00
committed by GitHub
parent 10a800ade0
commit 39a030d47e

View File

@@ -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`