Skip to content

Commit

Permalink
Auto merge of #399 - programmerjake:switch-to-correct-fixme-link, r=n…
Browse files Browse the repository at this point in the history
…ical

Switch to using correct fixme link

Issue rust-lang/rust#7671 was closed, the new issue is rust-lang/rust#26925
  • Loading branch information
bors-servo authored Feb 24, 2020
2 parents ccd4453 + 3e4584e commit f5238e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scale.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<T: PartialEq, Src, Dst> PartialEq for Scale<T, Src, Dst> {
fn eq(&self, other: &Scale<T, Src, Dst>) -> bool {
Expand Down

0 comments on commit f5238e2

Please sign in to comment.