mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
Merge pull request #7688 from nyurik/fmt-inline
chore: use inline formatting
This commit is contained in:
commit
7f8ad6a32c
17 changed files with 33 additions and 39 deletions
|
@ -20,7 +20,7 @@ fn init() {
|
|||
std::env::set_var("UUTESTS_BINARY_PATH", TESTS_BINARY);
|
||||
}
|
||||
// Print for debugging
|
||||
eprintln!("Setting UUTESTS_BINARY_PATH={}", TESTS_BINARY);
|
||||
eprintln!("Setting UUTESTS_BINARY_PATH={TESTS_BINARY}");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue