Skip to content

Commit aa00def

Browse files
committed
fmt
1 parent d4c524e commit aa00def

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cargo/core/source/source_id.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,8 +618,8 @@ impl Ord for SourceKind {
618618
// Otherwise please just leave a comment in your PR as to why the hash value is
619619
// changing and why the old value can't be easily preserved.
620620
//
621-
// The hash value depends on endianness and bit-width, so we only run this test on
622-
// little-endian 64-bit CPUs (such as x86-64 and ARM64) where it matches the
621+
// The hash value depends on endianness and bit-width, so we only run this test on
622+
// little-endian 64-bit CPUs (such as x86-64 and ARM64) where it matches the
623623
// well-known value.
624624
#[test]
625625
#[cfg(all(target_endian = "little", target_pointer_width = "64"))]

0 commit comments

Comments
 (0)