Skip to content

Commit

Permalink
This feature has been moved into a rustc flag now
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-hughes committed Jan 10, 2025
1 parent 88ab646 commit acf5ed4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/bootstrap/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -753,9 +753,6 @@ impl Build {
if self.config.log_stats {
features.push_str(" log-stats");
}
if self.config.finalizer_elision {
features.push_str(" finalizer-elision");
}
if self.config.premature_finalizer_prevention {
features.push_str(" premature-finalizer-prevention");
}
Expand Down

0 comments on commit acf5ed4

Please sign in to comment.