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 {
|
||||
let Client {
|
||||
ui,
|
||||
handle,
|
||||
data,
|
||||
error,
|
||||
..
|
||||
ui, handle, data, ..
|
||||
} = client;
|
||||
|
||||
let mut field = |name| text(name).editable().size(20).add(ui);
|
||||
|
||||
Reference in New Issue
Block a user