mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
commit
3401a568f2
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ impl<T> Eq for JS<T> {
|
|||
}
|
||||
|
||||
impl <T> Clone for JS<T> {
|
||||
#[inline]
|
||||
fn clone(&self) -> JS<T> {
|
||||
JS {
|
||||
ptr: self.ptr.clone()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue