Skip to content

Commit 6d2543b

Browse files
committed
Temporarily revert delay_bug to delayed_bug change
1 parent 26c0963 commit 6d2543b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/hir-ty/src/layout.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ struct LayoutCx<'a> {
110110
impl<'a> LayoutCalculator for LayoutCx<'a> {
111111
type TargetDataLayoutRef = &'a TargetDataLayout;
112112

113-
fn delayed_bug(&self, txt: String) {
113+
fn delay_bug(&self, txt: String) {
114114
never!("{}", txt);
115115
}
116116

0 commit comments

Comments
 (0)