master
Avril 4 years ago
parent aa0ce3b395
commit 3497125383
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -127,12 +127,9 @@ impl WithTitle for Spin
{ {
Self::with_title(t.as_ref(), Default::default()) Self::with_title(t.as_ref(), Default::default())
} }
fn update(&mut self) #[inline] fn update(&mut self){}
#[inline] fn complete(self)
{ {
Self::update(self) Spin::complete(self)
}
fn complete(self)
{
Self::complete(self)
} }
} }

Loading…
Cancel
Save