diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:19:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:19:50 +0000 |
commit | 2e00214b3efbdfeefaa0fe9e8b8fd519de7adc35 (patch) | |
tree | d325add32978dbdc1db975a438b3a77d571b1ab8 /vendor/camino/tests | |
parent | Releasing progress-linux version 1.68.2+dfsg1-1~progress7.99u1. (diff) | |
download | rustc-2e00214b3efbdfeefaa0fe9e8b8fd519de7adc35.tar.xz rustc-2e00214b3efbdfeefaa0fe9e8b8fd519de7adc35.zip |
Merging upstream version 1.69.0+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/camino/tests')
-rw-r--r-- | vendor/camino/tests/integration_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/camino/tests/integration_tests.rs b/vendor/camino/tests/integration_tests.rs index a8b00f2fe..190ba82ba 100644 --- a/vendor/camino/tests/integration_tests.rs +++ b/vendor/camino/tests/integration_tests.rs @@ -106,7 +106,7 @@ fn test_borrow_hash() { let owned = Utf8PathBuf::from(path); assert_eq!( - hash_output(&owned), + hash_output(owned), hash_output(borrowed), "consistent Hash: {}", borrowed |