Skip to content

Commit 1bd00c2

Browse files
rluvatonclaude
andcommitted
test: remove public function to trigger semver breaking change
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6de3a14 commit 1bd00c2

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

  • datafusion/common-runtime/src

datafusion/common-runtime/src/lib.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,4 @@ pub use common::SpawnedTask;
3333
pub use join_set::JoinSet;
3434
pub use trace_utils::{
3535
JoinSetTracer, JoinSetTracerError, set_join_set_tracer, trace_block, trace_future,
36-
};
37-
38-
/// Temporary public function to test semver breaking change detection.
39-
pub fn semver_test_function() -> &'static str {
40-
"this will be removed to trigger a breaking change"
41-
}
36+
};

0 commit comments

Comments
 (0)