Skip to content

Commit

Permalink
fix: remove unless code
Browse files Browse the repository at this point in the history
  • Loading branch information
shulandmimi committed Sep 15, 2024
1 parent 999615f commit 7f921c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/core/src/config/partial_bundling.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ pub struct PartialBundlingGroupConfig {
pub group_type: PartialBundlingGroupConfigGroupType,
/// all, initial, async
pub resource_type: PartialBundlingGroupConfigResourceType,
/// disable group merge
pub enforce: bool,
}

#[derive(Debug, Serialize, Deserialize, Clone)]
Expand Down

0 comments on commit 7f921c0

Please sign in to comment.