We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c524e commit aa00defCopy full SHA for aa00def
src/cargo/core/source/source_id.rs
@@ -618,8 +618,8 @@ impl Ord for SourceKind {
618
// Otherwise please just leave a comment in your PR as to why the hash value is
619
// changing and why the old value can't be easily preserved.
620
//
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
+// The hash value depends on endianness and bit-width, so we only run this test on
+// little-endian 64-bit CPUs (such as x86-64 and ARM64) where it matches the
623
// well-known value.
624
#[test]
625
#[cfg(all(target_endian = "little", target_pointer_width = "64"))]
0 commit comments