mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Use ArgumentV1
instead of Argument
This commit is contained in:
parent
f99348578a
commit
3c87825074
2 changed files with 8 additions and 8 deletions
|
@ -361,7 +361,7 @@ fn format_args_expand_general(
|
|||
quote!(::core::fmt::Display::fmt)
|
||||
}
|
||||
};
|
||||
arg_tts.push(quote! { ::core::fmt::Argument::new(&(#arg_tree), #formatter), });
|
||||
arg_tts.push(quote! { ::core::fmt::ArgumentV1::new(&(#arg_tree), #formatter), });
|
||||
}
|
||||
'}' => {
|
||||
if format_iter.peek() == Some(&'}') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue