mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Run cargo fix --edition-idioms
This commit is contained in:
parent
23d25a3094
commit
816f7fe12a
230 changed files with 888 additions and 888 deletions
|
@ -54,7 +54,7 @@ impl<'a> LexedStr<'a> {
|
|||
pub fn intersperse_trivia(
|
||||
&self,
|
||||
output: &crate::Output,
|
||||
sink: &mut dyn FnMut(StrStep),
|
||||
sink: &mut dyn FnMut(StrStep<'_>),
|
||||
) -> bool {
|
||||
let mut builder = Builder { lexed: self, pos: 0, state: State::PendingEnter, sink };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue