Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Jan 9, 2025
1 parent cc4b712 commit c4a3008
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6008,7 +6008,6 @@ dependencies = [
name = "re_grpc_server"
version = "0.22.0-alpha.1+dev"
dependencies = [
"prost",
"re_build_info",
"re_byte_size",
"re_chunk",
Expand Down
1 change: 0 additions & 1 deletion crates/store/re_grpc_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ re_tracing.workspace = true
re_types.workspace = true

# External
prost.workspace = true
tokio.workspace = true
tokio-stream = { workspace = true, features = ["sync"] }
tokio-util.workspace = true
Expand Down
1 change: 0 additions & 1 deletion crates/store/re_log_encoding/src/protobuf_conversions.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use re_protos::missing_field;

use crate::codec::CodecError;
use crate::Compression;

impl From<re_protos::log_msg::v0::Compression> for crate::Compression {
fn from(value: re_protos::log_msg::v0::Compression) -> Self {
Expand Down

0 comments on commit c4a3008

Please sign in to comment.