Skip to content

Commit f5238e2

Browse files
author
bors-servo
authored
Auto merge of #399 - programmerjake:switch-to-correct-fixme-link, r=nical
Switch to using correct fixme link Issue rust-lang/rust#7671 was closed, the new issue is rust-lang/rust#26925
2 parents ccd4453 + 3e4584e commit f5238e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scale.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ where
151151
}
152152

153153
// FIXME: Switch to `derive(PartialEq, Clone)` after this Rust issue is fixed:
154-
// https://github.com/mozilla/rust/issues/7671
154+
// https://github.com/rust-lang/rust/issues/26925
155155

156156
impl<T: PartialEq, Src, Dst> PartialEq for Scale<T, Src, Dst> {
157157
fn eq(&self, other: &Scale<T, Src, Dst>) -> bool {

0 commit comments

Comments
 (0)