rust/clippy_lints
Nilstrieb 8f53926232 Alloc hir::Lit in an arena to remove the destructor from Expr
This allows allocating `Expr`s into a dropless arena, which is useful
for using length prefixed thing slices in HIR, since these can only be
allocated in the dropless arena and not in a typed arena. This is
something I'm working on.
2023-04-16 15:35:51 +00:00
..
src Alloc hir::Lit in an arena to remove the destructor from Expr 2023-04-16 15:35:51 +00:00
Cargo.toml Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyup 2023-04-11 15:31:08 +02:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.