aiken/crates/aiken-lang
KtorZ 28b699c86a
Merge unused imported constructors and unused imported type with unused imported value
This was somewhat weirdly done, with a boolean 'imported' set on the
  formers; but an explicit new warning for values. I don't see the point
  of distinguishing them so I just merged them all into a single
  warning.

  I have however preserved the 'UnusedType' and 'UnusedConstructor'
  warnings since they were ALSO used for unused private constructors or
  types.
2023-10-22 00:27:33 +02:00
..
src Merge unused imported constructors and unused imported type with unused imported value 2023-10-22 00:27:33 +02:00
Cargo.toml chore: Release 2023-09-29 22:08:09 -04:00