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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user