mirror of
https://github.com/servo/servo.git
synced 2025-10-01 17:19:16 +01:00
Replace lazy_static with std::sync::LazyLock in components/fonts (#33049)
* replace in shaper.rs Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> * replace in android/font_list.rs Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> * replace in ohos/font_list.rs Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> * remove lazy_lock from components/fonts Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> --------- Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com>
This commit is contained in:
parent
7633bdccd2
commit
ad85dd10e3
5 changed files with 17 additions and 22 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1877,7 +1877,6 @@ dependencies = [
|
|||
"freetype-sys",
|
||||
"harfbuzz-sys",
|
||||
"ipc-channel",
|
||||
"lazy_static",
|
||||
"libc",
|
||||
"log",
|
||||
"malloc_size_of",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue