mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-25 03:26:19 +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…
Add table
Add a link
Reference in a new issue