Rollup merge of #106897 - estebank:issue-99430, r=davidtwco
Tweak E0597 CC #99430
This commit is contained in:
commit
9e3f330656
230 changed files with 853 additions and 354 deletions
|
@ -2825,7 +2825,7 @@ pub struct FindExprBySpan<'hir> {
|
|||
}
|
||||
|
||||
impl<'hir> FindExprBySpan<'hir> {
|
||||
fn new(span: Span) -> Self {
|
||||
pub fn new(span: Span) -> Self {
|
||||
Self { span, result: None, ty_result: None }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue