mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add suppression comments + Suppress lazy_static (#32584)
Co-authored-by: Jonas Zeunert <jonas@zeunert.org>
This commit is contained in:
parent
62b230e85d
commit
8121c98834
1 changed files with 5 additions and 1 deletions
|
@ -1 +1,5 @@
|
|||
leak:style::sharing::SHARING_CACHE_KEY::__init
|
||||
# intentional Box::leak, introduced here: https://github.com/servo/stylo/blob/f4cde5d89d03db92d111eaa4b4b34e622b6eecac/style/sharing/mod.rs#L481
|
||||
leak:style::sharing::SHARING_CACHE_KEY::__init
|
||||
|
||||
# lazy_static never frees memory because it never runs destructors, see https://docs.rs/lazy_static/1.4.0/lazy_static/index.html#semantics
|
||||
leak:lazy_static::lazy::Lazy*::get
|
Loading…
Add table
Add a link
Reference in a new issue