Skip to content

Commit 688f69e

Browse files
committed
clippy
1 parent 03e3592 commit 688f69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/src/transaction/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fn nullable_restored_add_schema() -> &'static SchemaRef {
205205
#[allow(clippy::panic)]
206206
static NULLABLE_ADD_LOG_SCHEMA: LazyLock<SchemaRef> = LazyLock::new(|| {
207207
NullableStatsTransform
208-
.transform_struct(&get_log_add_schema())
208+
.transform_struct(get_log_add_schema())
209209
.unwrap_or_else(|| panic!("Failed to transform nullable_restored_add_schema"))
210210
.into_owned()
211211
.into()

0 commit comments

Comments
 (0)