Skip to content

Commit

Permalink
thank you clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Mar 21, 2024
1 parent 21f01af commit 4cb639c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/biome_service/src/workspace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ impl FileFeaturesResult {

/// Checks whether the file support the given `feature`
fn supports_for(&self, feature: &FeatureName) -> bool {
dbg!(&self.features_supported);
self.features_supported
.get(feature)
.map(|support_kind| matches!(support_kind, SupportKind::Supported))
Expand Down

0 comments on commit 4cb639c

Please sign in to comment.