Skip to content

Commit

Permalink
Move static_self dep behind feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Oct 12, 2023
1 parent 4d02ae2 commit eb280df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/traits.rs
Expand Up @@ -9,6 +9,8 @@ use crate::stylesheet::{ParserOptions, PrinterOptions};
use crate::targets::{Browsers, Targets};
use crate::vendor_prefix::VendorPrefix;
use cssparser::*;

#[cfg(feature = "into_owned")]
pub use static_self::IntoOwned;

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

0 comments on commit eb280df

Please sign in to comment.