Skip to content

Commit 5c7f155

Browse files
refactor: merge imports from std
Co-authored-by: Dmitry Dygalo <[email protected]>
1 parent 918b83c commit 5c7f155

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

wasm/src/lib.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
use css_inline as rust_inline;
22
use wasm_bindgen::prelude::*;
3-
use std::borrow::Cow;
4-
use std::convert::TryFrom;
5-
use std::convert::TryInto;
3+
use std::{
4+
borrow::Cow,
5+
convert::{TryFrom, TryInto},
6+
};
67

78
struct InlineErrorWrapper(rust_inline::InlineError);
89

0 commit comments

Comments
 (0)