Skip to content

Commit f13ff28

Browse files
MuhannadAlrusayniDavid-OConnor
authored andcommitted
Fix unused import warrning when client library use style!
1 parent 14d8e44 commit f13ff28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shortcuts.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ macro_rules! id {
250250
macro_rules! style {
251251
{ $($key:expr => $value:expr $(;)?$(,)?)* } => {
252252
{
253+
#[allow(unused_imports)]
253254
use $crate::dom_types::values::{
254255
ToCssValue, ToCssValueForOptionToString, ToCssValueForToString
255256
};

0 commit comments

Comments
 (0)