Skip to content

Commit 3ec90cf

Browse files
kdy1sokra
andauthored
Update turbopack/crates/turbopack-ecmascript/src/tree_shake/graph.rs
Co-authored-by: Tobias Koppers <[email protected]>
1 parent 87883cc commit 3ec90cf

File tree

1 file changed

+1
-1
lines changed
  • turbopack/crates/turbopack-ecmascript/src/tree_shake

1 file changed

+1
-1
lines changed

Diff for: turbopack/crates/turbopack-ecmascript/src/tree_shake/graph.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pub(crate) enum ItemId {
4545
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
4646
pub(crate) enum ItemIdGroupKind {
4747
/// Used only for testing
48-
#[allow(unused)]
48+
#[cfg(test)]
4949
ModuleEvaluation,
5050
/// `(local, export_name)``
5151
Export(Id, Atom),

0 commit comments

Comments
 (0)