Skip to content

Commit 1984437

Browse files
committed
remove commented out code
1 parent d65fa27 commit 1984437

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_middle/src/middle/stability.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,6 @@ impl<'tcx> TyCtxt<'tcx> {
537537
return EvalResult::Allow;
538538
}
539539

540-
//let suggestion = suggestion_for_allocator_api(self, def_id, span, feature);
541540
EvalResult::Deny {
542541
feature,
543542
reason: reason.to_opt_reason(),

0 commit comments

Comments
 (0)