File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments