Skip to content

Commit 577c504

Browse files
committed
README: fix compilation warning in example
1 parent 35c85ff commit 577c504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For an example with using Serde deserialization, please refer to [serde_integrat
6262

6363

6464
```rust
65-
use influxdb::{Client, Query, Timestamp, ReadQuery};
65+
use influxdb::{Client, Timestamp, ReadQuery};
6666
use influxdb::InfluxDbWriteable;
6767
use chrono::{DateTime, Utc};
6868

0 commit comments

Comments
 (0)