qryxip / cargo-equip

A Cargo subcommand to bundle your code into one `.rs` file for competitive programming
Apache License 2.0
78 stars 10 forks source link

Bare `#[test]`s are unintentionally `check`ed #176

Closed qryxip closed 3 years ago

qryxip commented 3 years ago

https://github.com/qryxip/cargo-equip/blob/5ebe642c6adc62460a57c54644a4a44eae7ea0e8/src/workspace.rs#L218

For example, check fails when bundling arrayvec. https://github.com/bluss/arrayvec/blob/e209a5076a7e1af16a8c3e6e587c9faa6fc7553b/src/char.rs#L87-L88