mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
parent
7a64588efa
commit
e28e73c81f
3 changed files with 15 additions and 1 deletions
|
@ -35,6 +35,7 @@ use std::ptr;
|
|||
use std::rc::Rc;
|
||||
|
||||
#[dom_struct]
|
||||
#[allow_unrooted_in_rc]
|
||||
pub struct Promise {
|
||||
reflector: Reflector,
|
||||
/// Since Promise values are natively reference counted without the knowledge of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue