Fix debug_assertions broken in 1c5a125beb

This commit is contained in:
VinTarZ 2025-01-16 14:19:16 +03:00 committed by GitHub
parent 132a2a03c4
commit d71015d90d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -95,7 +95,7 @@ avoid checking unnecessary things.
Default:
----
[
"debug_assertion",
"debug_assertions",
"miri"
]
----