mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
remove must_root from rejection handler
Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com>
This commit is contained in:
parent
3448d3fb20
commit
f8e67019a9
1 changed files with 0 additions and 1 deletions
|
@ -471,7 +471,6 @@ impl Callback for WaitForAllFulfillmentHandler {
|
|||
/// The rejection handler for the list of promises in
|
||||
/// <https://webidl.spec.whatwg.org/#wait-for-all>.
|
||||
#[derive(Clone, JSTraceable, MallocSizeOf)]
|
||||
#[cfg_attr(crown, crown::unrooted_must_root_lint::must_root)]
|
||||
struct WaitForAllRejectionHandler {
|
||||
/// The steps to call if any promise rejects.
|
||||
#[ignore_malloc_size_of = "Rc is hard"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue