You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Removal of re-exported once_cell crate, use `std::cell::OnceCell` / `std::sync::OnceLock`
46
46
47
-
<!--need to write something -->
47
+
If you need lazy initialization then `once_cell::sync::Lazy` is still useful until `LazyCell` / `LazyLock` from `std` are finalized.
48
48
49
49
#### Re-organized traits in glib
50
50
51
-
<!-- need to write something -->
51
+
If you get a compiler error because of missing traits, usually the solution would be to make sure that the prelude of the crates (e.g. `gtk::prelude::*`) is imported.
0 commit comments