hobofan / ambassador

Delegation of trait implementations via procedural macros
Apache License 2.0
251 stars 13 forks source link

Running `cargo test` again unconditionally rebuilds the tests (even with no changes to source code) #35

Open vi opened 2 years ago

vi commented 2 years ago

Also I see explicit ../target used inside, which may be fragile if target directory is overridden by CARGO_TARGET_DIR.