leptos/leptos_macro
Chris fcdfd617f5
fix: redundant spans (#2836)
Per https://docs.rs/quote/latest/quote/macro.quote.html#hygiene
regarding token hygiene.

> Any interpolated tokens preserve the Span information provided by their
> `ToTokens` implementation.

In many instances, the procedural macros are spanning tokens with their
own span redundantly.
2024-08-16 20:25:56 -04:00
..
example chore: update tests 2024-08-03 10:11:29 -04:00
src fix: redundant spans (#2836) 2024-08-16 20:25:56 -04:00
tests feat: add memo! macro (closes #2708) (#2826) 2024-08-14 06:14:17 -07:00
.gitignore Initial commit 2022-07-31 16:46:14 -04:00
Cargo.toml beta2 release 2024-08-14 20:13:14 -04:00
Makefile.toml chore(ci): update nightly 2024-08-01 21:28:19 -04:00