Your Name
31f982e736
Fixed formatting
2026-01-08 09:42:42 -05:00
Your Name
6c75acfffc
Replace deprecated cargo_bin with cargo_bin! macro
...
The old Command::cargo_bin() is deprecated and will break when Cargo
changes build directory layout. Updated to use cargo_bin!() macro instead.
Bumped assert_cmd to 2.0.16 to get the new macro.
Fixes #3528
2026-01-08 09:28:11 -05:00
Yuri Astrakhan
d9fbd18541
inline format arguments
...
In a few cases, removed the unneeded `&` - this causes a minor slowdown because compiler cannot eliminate those (yet).
2025-08-19 05:07:54 +02:00
Lena
4c85483486
Inline format! args wherever possible
2024-02-25 00:38:11 +01:00
cyqsimon
6a6b02117b
Apply clippy fixes ( #2864 )
...
* Apply clippy fixes
* Write changelog
2024-02-20 19:39:22 +01:00
Martin Nordholts
020492f7e6
tests/tester: Do not build as tests
...
mod tester does not contains any tests, so do not build the module as
containing tests. Instead use the mod.rs approach described in
https://doc.rust-lang.org/book/ch11-03-test-organization.html#submodules-in-integration-tests .
2022-08-25 19:27:55 +02:00