Drop #[lang = "eh_personality"] from no-std test

This commit is contained in:
David Tolnay
2024-12-20 04:28:08 -08:00
parent 8478a3b7dd
commit eb5cd476ba
2 changed files with 6 additions and 6 deletions
+6
View File
@@ -10,4 +10,10 @@ libc = { version = "0.2", default-features = false }
serde = { path = "../../serde", default-features = false }
serde_derive = { path = "../../serde_derive" }
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
[workspace]