Skip to content

Commit

Permalink
Upgrade to rustc 1.33.0-nightly (c0bbc3927 2019-01-03)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin authored and gterzian committed Jan 30, 2019
1 parent 8679972 commit 8796241
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions components/script/dom/bindings/trace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -503,13 +503,6 @@ unsafe impl<A, B> JSTraceable for fn(A) -> B {
}
}

unsafe impl<'a, A, B> JSTraceable for fn(&A) -> B {
#[inline]
unsafe fn trace(&self, _: *mut JSTracer) {
// Do nothing
}
}

unsafe impl<T> JSTraceable for IpcSender<T>
where
T: for<'de> Deserialize<'de> + Serialize,
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2018-12-28
nightly-2019-01-04

0 comments on commit 8796241

Please sign in to comment.