mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Make CanGc derive Copy and Clone (#33407)
Signed-off-by: Taym <haddadi.taym@gmail.com>
This commit is contained in:
parent
637770600f
commit
747e562ff0
15 changed files with 61 additions and 72 deletions
|
@ -1124,6 +1124,7 @@ impl Runnable {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
pub struct CanGc(());
|
||||
|
||||
impl CanGc {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue