mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 14:44:17 -05:00
Use the modern `cargo::KEY=VALUE` syntax that was stabilised in MSRV 1.77, rather than the deprecated `cargo:KEY=VALUE` syntax.
5 lines
138 B
Rust
5 lines
138 B
Rust
/// Rebuild the crate if a test file is added or removed from
|
|
pub fn main() {
|
|
println!("cargo::rerun-if-changed=resources/mdtest");
|
|
}
|