don't use .into() to convert types into identical types.
This removes redundant `.into()` calls.
example: `let s: String = format!("hello").into();`
|
||
|---|---|---|
| .. | ||
| lexer | ||
| parser | ||
| Cargo.toml | ||
| config.rs | ||
| lib.rs | ||
| validate_attr.rs | ||
don't use .into() to convert types into identical types.
This removes redundant `.into()` calls.
example: `let s: String = format!("hello").into();`
|
||
|---|---|---|
| .. | ||
| lexer | ||
| parser | ||
| Cargo.toml | ||
| config.rs | ||
| lib.rs | ||
| validate_attr.rs | ||