mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove Untraceable from treewalker.rs
This commit is contained in:
parent
df8b8ab24f
commit
a8997e9638
2 changed files with 9 additions and 3 deletions
|
@ -254,3 +254,10 @@ impl<T> JSTraceable for Receiver<T> {
|
|||
// Do nothing
|
||||
}
|
||||
}
|
||||
|
||||
impl<A,B> JSTraceable for fn(A) -> B {
|
||||
#[inline]
|
||||
fn trace(&self, _: *mut JSTracer) {
|
||||
// Do nothing
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue