๐Ÿ“ฆ jieyouxu / rustc-less-ignore-debug

A utility for attempting to reduce the number of `// ignore-debug` tests, by either removing the directively completely or use `// -Cdebug-assertions = no` instead

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/jieyouxu/rustc-less-ignore-debug.git
HTTPS git clone https://github.com/jieyouxu/rustc-less-ignore-debug.git
SSH git clone git@github.com:jieyouxu/rustc-less-ignore-debug.git
CLI gh repo clone jieyouxu/rustc-less-ignore-debug
่ฎธๆฐๅ‹ Jieyou Xu (Joe) ่ฎธๆฐๅ‹ Jieyou Xu (Joe) feat: setup run infra e87ffec 1 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ src
๐Ÿ“„ .gitignore
๐Ÿ“„ build.rs
๐Ÿ“„ Cargo.toml
๐Ÿ“„ LICENSE
๐Ÿ“„ README.md
๐Ÿ“„ README.md

rustc-less-ignore-debug

A utility for attempting to reduce the number of // ignore-debug tests, by either removing the directively completely or use // -Cdebug-assertions = no instead.

Configuration file

You'll need to specify which directories for the tool to work on in config.toml generated in the same directory as the executable. You can run e.g.

cargo run -- generate-config

to generate a default config that you can edit.