Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
WaffleLapkin committed Jul 26, 2022
1 parent d65fa27 commit 1984437
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_middle/src/middle/stability.rs
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,6 @@ impl<'tcx> TyCtxt<'tcx> {
return EvalResult::Allow;
}

//let suggestion = suggestion_for_allocator_api(self, def_id, span, feature);
EvalResult::Deny {
feature,
reason: reason.to_opt_reason(),
Expand Down

0 comments on commit 1984437

Please sign in to comment.