Fix unused variable warning in iced_web::text_input

This commit is contained in:
Héctor Ramón 2021-06-01 19:14:04 +07:00
parent 0a14492343
commit 2e17d7860b

View File

@ -131,7 +131,7 @@ where
&self,
bump: &'b bumpalo::Bump,
bus: &Bus<Message>,
style_sheet: &mut Css<'b>,
_style_sheet: &mut Css<'b>,
) -> dodrio::Node<'b> {
use dodrio::builder::*;
use wasm_bindgen::JsCast;