Skip to content

Commit

Permalink
Update Rust #[derive] bug link.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Apr 5, 2019
1 parent 2d9cf9b commit 3a08ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/untrusted.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ impl<'a> Input<'a> {

// #[derive(PartialEq)] would result in lifetime bounds that are
// unnecessarily restrictive; see
// https://github.com/rust-lang/rust/issues/27950.
// https://github.com/rust-lang/rust/issues/26925.
impl PartialEq<Input<'_>> for Input<'_> {
#[inline]
fn eq(&self, other: &Input) -> bool {
Expand Down

0 comments on commit 3a08ff4

Please sign in to comment.