diff --git a/src/scale.rs b/src/scale.rs index 2f54c1ce..df0fbca6 100644 --- a/src/scale.rs +++ b/src/scale.rs @@ -151,7 +151,7 @@ where } // FIXME: Switch to `derive(PartialEq, Clone)` after this Rust issue is fixed: -// https://github.com/mozilla/rust/issues/7671 +// https://github.com/rust-lang/rust/issues/26925 impl PartialEq for Scale { fn eq(&self, other: &Scale) -> bool {