mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
10c0a2de65
The change in indentation makes the PR hard to review so I will discuss the change in conversational language Two "if"'s checks were merged into one "if" this - if let Some(expr) = node.value() { - if let syn::Expr::Tuple(tuple) = expr { becomes + if let Some(Tuple(tuple)) = node.value() { |
||
---|---|---|
.. | ||
example | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml |