remove must_root from rejection handler

Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com>
This commit is contained in:
gterzian 2025-06-05 17:35:44 +07:00
parent 3448d3fb20
commit f8e67019a9
No known key found for this signature in database
GPG key ID: E290318CF2FC84D3

View file

@ -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"]