aiken/crates/aiken-lang
KtorZ 3820d2af14
Remove potentially problematic use of ".." in pattern-match
Discard pattern are _dangerous_ is used recklessly. The problem comes
  from maintenance and when adding new fields. We usually don't get any
  compiler warnings which may lead to missing spots and confusing
  behaviors.

  So I have, in some cases, inline discard to explicitly list all
  fields. That's a bit more cumbersome to write but hopefully will catch
  a few things for us in the future.
2024-03-13 20:18:51 -04:00
..
src Remove potentially problematic use of ".." in pattern-match 2024-03-13 20:18:51 -04:00
Cargo.toml feat: impl serde on errythang 2024-03-08 19:19:07 -05:00