mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
chore(just): Fix typo to make just r works (#6264)
Apparently this is only happening on my end, but a typo is still a typo.
🙄
This commit is contained in:
parent
7bb745b085
commit
7e4fa337d9
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ panic = "abort" # Let it crash and force ourselves to write safe Rust
|
|||
[profile.release-with-debug]
|
||||
inherits = "release"
|
||||
strip = false # Keep debug information in binary
|
||||
debug = true # Include maxiumum amount of debug information
|
||||
debug = true # Include maximum amount of debug information
|
||||
|
||||
# Profile for `cargo coverage`
|
||||
[profile.coverage]
|
||||
|
|
|
|||
Loading…
Reference in a new issue