Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenyang007 committed Mar 10, 2024
1 parent be6740a commit 59d486b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/processor/src/models/object_models/v2_objects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ use diesel::prelude::*;
use diesel_async::RunQueryDsl;
use field_count::FieldCount;
use serde::{Deserialize, Serialize};
use tracing::warn;

#[derive(Clone, Debug, Deserialize, FieldCount, Identifiable, Insertable, Serialize)]
#[diesel(primary_key(transaction_version, write_set_change_index))]
Expand Down

0 comments on commit 59d486b

Please sign in to comment.