Skip to content

Releases: frog-pond/ts-rs

Fix clippy failures with useless_vec

04 Aug 01:01
b30dd40
Compare
Choose a tag to compare

Beta clippy recently started failing on a downstream consumer (issue) of this crate. This was because of a number of calls to vec! that were picked up by clippy. This lint only fires, at time of writing, in beta (stable does not have the change that introduced it, and nightly has since changed to ignore this lint in macros).