Fix unused variable warning in iced_web::text_input
This commit is contained in:
parent
0a14492343
commit
2e17d7860b
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ where
|
||||||
&self,
|
&self,
|
||||||
bump: &'b bumpalo::Bump,
|
bump: &'b bumpalo::Bump,
|
||||||
bus: &Bus<Message>,
|
bus: &Bus<Message>,
|
||||||
style_sheet: &mut Css<'b>,
|
_style_sheet: &mut Css<'b>,
|
||||||
) -> dodrio::Node<'b> {
|
) -> dodrio::Node<'b> {
|
||||||
use dodrio::builder::*;
|
use dodrio::builder::*;
|
||||||
use wasm_bindgen::JsCast;
|
use wasm_bindgen::JsCast;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue