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

clippy +nightly fix (#7723)

This commit is contained in:
Emil Ernerfeldt
2025-11-17 05:10:43 +01:00
committed by GitHub
parent 01770be13e
commit dc0acd2dd1
7 changed files with 11 additions and 13 deletions

View File

@@ -31,7 +31,7 @@ pub struct ViewportState {
pub visible: bool,
pub immediate: bool,
pub title: String,
pub children: Vec<Arc<RwLock<ViewportState>>>,
pub children: Vec<Arc<RwLock<Self>>>,
}
impl ViewportState {