warning
This commit is contained in:
@@ -48,11 +48,7 @@ pub fn error(ui: &mut Ui, msg: &str) -> WidgetId {
|
|||||||
|
|
||||||
fn login_screen(client: &mut Client) -> WidgetId {
|
fn login_screen(client: &mut Client) -> WidgetId {
|
||||||
let Client {
|
let Client {
|
||||||
ui,
|
ui, handle, data, ..
|
||||||
handle,
|
|
||||||
data,
|
|
||||||
error,
|
|
||||||
..
|
|
||||||
} = client;
|
} = client;
|
||||||
|
|
||||||
let mut field = |name| text(name).editable().size(20).add(ui);
|
let mut field = |name| text(name).editable().size(20).add(ui);
|
||||||
|
|||||||
Reference in New Issue
Block a user