diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-25 12:35:39 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-25 12:35:39 +0000 |
| commit | 2ca475d4b16f05532eea044a244e7042a8dff068 (patch) | |
| tree | e75cc4d1476135b190f43fde99ef0e21531b439d /src/lib/login | |
| parent | ca2df272594a7b055c740ccda0b9c31b3b7e43cc (diff) | |
fix: suppress deprecation warnings for assert_cmd::cargo::cargo_bin
cargo_bin!() macro requires CARGO_BIN_EXE_ env vars set at compile time,
which are only available in the crate that declares the binaries. Since
test_utils is a library crate it cannot use the macro, so suppress the
deprecation warning on the four functions that call cargo_bin().
Diffstat (limited to 'src/lib/login')
0 files changed, 0 insertions, 0 deletions