servo/components/media
Hayashi Mikihiro 4cc1b68546
Remove lazy static (#33078)
* remove from rand

Mutex<OsRng> can be initialized in compile time.

Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com>

* remove from layout_2020

Mutex<()> can be initialize in compile time

Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com>

* remove from media

`IS_MULTIPROCESS` doesn't be used.

Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com>

* remove lazy_static from dependencies

Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com>

* rewrite suppressed_leaks_for_asan.txt

For all of lazy_static was replaced with LazyLock.

Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com>

---------

Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com>
2024-08-16 03:57:09 +00:00
..
media_channel Remove lazy static (#33078) 2024-08-16 03:57:09 +00:00
Cargo.toml Remove lazy static (#33078) 2024-08-16 03:57:09 +00:00
lib.rs clippy: fix warnings in various modules in components (#31568) 2024-03-08 14:28:04 +00:00
media_thread.rs clippy: fix warnings in various modules in components (#31568) 2024-03-08 14:28:04 +00:00