1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Please the linter

This commit is contained in:
valadaptive
2025-08-07 18:38:16 -04:00
parent 9a774097a1
commit 52ce61a305

View File

@@ -409,6 +409,7 @@ impl FontDefinitions {
pub(crate) struct FontFaceKey(pub u64);
static KEY_COUNTER: AtomicU64 = AtomicU64::new(1);
impl FontFaceKey {
fn new() -> Self {
Self(KEY_COUNTER.fetch_add(1, Ordering::Relaxed))