From 3e4584e1a6c0bf0a45be3533b67672cf01962acd Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Sun, 23 Feb 2020 12:34:25 -0800 Subject: [PATCH] Switch to using correct fixme link --- src/scale.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {