aiken/crates
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
..
aiken Add compiler version & system information to panic error message 2023-10-06 14:46:11 +02:00
aiken-lang Merge unused imported constructors and unused imported type with unused imported value 2023-10-22 00:27:33 +02:00
aiken-lsp Present aiken-lsp & fill-in CHANGELOG 2023-10-21 21:39:30 +02:00
aiken-project Define 'ExtraData' trait for errors 2023-10-20 18:00:12 +02:00
flat-rs Fix clippy warnings: remove redundant closures & guards. 2023-10-21 21:27:31 +02:00
uplc Fix clippy warnings: remove redundant closures & guards. 2023-10-21 21:27:31 +02:00