Skip to content

Commit eb280df

Browse files
committed
Move static_self dep behind feature flag
1 parent 4d02ae2 commit eb280df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/traits.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ use crate::stylesheet::{ParserOptions, PrinterOptions};
99
use crate::targets::{Browsers, Targets};
1010
use crate::vendor_prefix::VendorPrefix;
1111
use cssparser::*;
12+
13+
#[cfg(feature = "into_owned")]
1214
pub use static_self::IntoOwned;
1315

1416
/// Trait for things that can be parsed from CSS syntax.

0 commit comments

Comments
 (0)