Remove pre-1.57 proc_macro2::fallback::force()

This commit is contained in:
David Tolnay 2024-01-20 17:09:13 -08:00
parent ce7b6148f8
commit 79a45046de
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -141,10 +141,6 @@ fn cargo_expand() -> Result<i32> {
const DOLLAR_CRATE_PLACEHOLDER: &str = "Ξcrate";
let wip = questionably_formatted.replace("$crate", DOLLAR_CRATE_PLACEHOLDER);
// Support cargo-expand built with panic=abort, as otherwise proc-macro2
// ends up using a catch_unwind.
proc_macro2::fallback::force();
enum Stage {
Formatted(String),
Unformatted(String),