Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Jul 17, 2024
1 parent a1a4716 commit 173df08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/google.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pub mod protobuf {
use crate::include_proto;

include_proto!("google.protobuf.rs");

#[cfg(feature = "serde")]
include_proto!("google.protobuf.serde.rs");

// source: https://github.com/tokio-rs/prost/blob/master/prost-types/src/lib.rs
use core::convert::TryFrom;
use core::i32;
use core::i64;
use core::time;

// The Protobuf `Duration` and `Timestamp` types can't delegate to the standard library equivalents
Expand Down

0 comments on commit 173df08

Please sign in to comment.