rust/clippy_lints
koka 3f015a3630
Avoid generating files via doctest
When we run `cargo test` in `clippy_lints` directory, it will generate
`foo.txt` in the directory.
In order to avoid that, add `no_run` to rustdoc which contains
`File::create`.
2022-11-17 00:02:22 +09:00
..
src Avoid generating files via doctest 2022-11-17 00:02:22 +09:00
Cargo.toml Generate lint categories and explanations with declare_clippy_lint 2022-10-23 20:32:26 +00:00
README.md

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