Skip to content

Commit dbd81a7

Browse files
SimonSapinaditj
authored andcommitted
Upgrade to rustc 1.33.0-nightly (c0bbc3927 2019-01-03)
CC rust-lang/rust#56105 (comment)
1 parent bbfea15 commit dbd81a7

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

components/script/dom/bindings/trace.rs

-7
Original file line numberDiff line numberDiff line change
@@ -503,13 +503,6 @@ unsafe impl<A, B> JSTraceable for fn(A) -> B {
503503
}
504504
}
505505

506-
unsafe impl<'a, A, B> JSTraceable for fn(&A) -> B {
507-
#[inline]
508-
unsafe fn trace(&self, _: *mut JSTracer) {
509-
// Do nothing
510-
}
511-
}
512-
513506
unsafe impl<T> JSTraceable for IpcSender<T>
514507
where
515508
T: for<'de> Deserialize<'de> + Serialize,

rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2018-12-28
1+
nightly-2019-01-04

0 commit comments

Comments
 (0)