Skip to content

Commit

Permalink
refactor(swc/core): align feature cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Aug 2, 2022
1 parent c00b4d1 commit 768baa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/swc_core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

// Quote
#[cfg(any(docsrs, feature = "quote"))]
#[cfg_attr(docsrs, doc(cfg(feature = "quote")))]
pub mod quote {
pub use swc_ecma_quote::*;
}
Expand Down

0 comments on commit 768baa6

Please sign in to comment.