mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
clippy::redundant_field_names
This commit is contained in:
parent
b857a5dcf0
commit
aabd41cafc
6 changed files with 7 additions and 7 deletions
|
@ -91,7 +91,7 @@ enum State {
|
|||
impl FormatStrParser {
|
||||
pub(crate) fn new(input: String) -> Self {
|
||||
Self {
|
||||
input: input,
|
||||
input,
|
||||
output: String::new(),
|
||||
extracted_expressions: Vec::new(),
|
||||
state: State::NotExpr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue