Skip to content

Commit 42cac70

Browse files
committed
fix
1 parent 6bee3db commit 42cac70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kernel/src/table_configuration.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,6 @@ impl TableConfiguration {
505505
/// Generic method to check if a feature is supported in the protocol.
506506
/// This does NOT check if the feature is enabled via table properties.
507507
#[internal_api]
508-
#[allow(dead_code)]
509508
pub(crate) fn is_feature_supported(&self, feature: &TableFeature) -> bool {
510509
let Some(info) = feature.info() else {
511510
return false;
@@ -519,7 +518,6 @@ impl TableConfiguration {
519518
/// 1. It is supported in the protocol
520519
/// 2. The enablement check passes
521520
#[internal_api]
522-
#[allow(dead_code)]
523521
pub(crate) fn is_feature_enabled(&self, feature: &TableFeature) -> bool {
524522
let Some(info) = feature.info() else {
525523
return false;

0 commit comments

Comments
 (0)