limbo/macros
Pekka Enberg 98d0d755c7 macros: Remove unused Debug derive from Args struct
syn::Expr doesn't implement Debug by default, which caused
turso_macros to fail packaging for crates.io. The Debug derive
wasn't used anywhere, so removing it fixes the build.
2025-12-17 10:17:57 +02:00
..
src macros: Remove unused Debug derive from Args struct 2025-12-17 10:17:57 +02:00
Cargo.toml add match_ignore_ascii_case macro 2025-08-31 14:35:03 +07:00