mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-29 06:23:25 +00:00
Rename LayoutCalculator::delay_bug
as LayoutCalculator::delayed_bug
.
To match with the previous commits.
This commit is contained in:
parent
4375419b24
commit
40da288eb0
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ struct LayoutCx<'a> {
|
||||||
impl<'a> LayoutCalculator for LayoutCx<'a> {
|
impl<'a> LayoutCalculator for LayoutCx<'a> {
|
||||||
type TargetDataLayoutRef = &'a TargetDataLayout;
|
type TargetDataLayoutRef = &'a TargetDataLayout;
|
||||||
|
|
||||||
fn delay_bug(&self, txt: String) {
|
fn delayed_bug(&self, txt: String) {
|
||||||
never!("{}", txt);
|
never!("{}", txt);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue