mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
fix clippy
This commit is contained in:
parent
6cd87796f2
commit
bf559a6d06
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ impl Writer {
|
|||
write!(
|
||||
self.out,
|
||||
"for {} in {} {{",
|
||||
forloop.pat.clone().into_token_stream().to_string(),
|
||||
forloop.pat.clone().into_token_stream(),
|
||||
prettyplease::unparse_expr(&forloop.expr)
|
||||
)?;
|
||||
|
||||
|
|
Loading…
Reference in a new issue