Skip to content

Commit 1c6661e

Browse files
committed
README: fix compilation warning in example
1 parent e9845a1 commit 1c6661e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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

@@ -167,7 +167,7 @@ To communicate with InfluxDB, you can choose the HTTP backend to be used configu
167167
@ 2020 Gero Gerke and [contributors].
168168

169169
[contributors]: https://github.com/influxdb-rs/influxdb-rust/graphs/contributors
170-
[__cargo_doc2readme_dependencies_info]: ggGkYW0BYXSEG64av5CnNoNoGw8lPMr2b0MoG44uU0T70vGSG7osgcbjN7SoYXKEG8qCijK3OhAgG9r5dMb74ZyFGy-UgqMKZw5_G6wZmUfHdMJDYWSBgmhpbmZsdXhkYmUwLjcuMQ
170+
[__cargo_doc2readme_dependencies_info]: ggGkYW0BYXSEG64av5CnNoNoGw8lPMr2b0MoG44uU0T70vGSG7osgcbjN7SoYXKEG1WEE9zY5dHaG_H-oHwVY518G_Hz3Ch_FlkHG6679elOy6u-YWSBgmhpbmZsdXhkYmUwLjcuMQ
171171
[__link0]: https://github.com/influxdb-rs/influxdb-rust/blob/main/CONTRIBUTING.md
172172
[__link1]: https://github.com/influxdb-rs/influxdb-rust/blob/main/CODE_OF_CONDUCT.md
173173
[__link10]: https://curl.se/libcurl/

influxdb/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
//! For an example with using Serde deserialization, please refer to [serde_integration](crate::integrations::serde_integration)
2626
//!
2727
//! ```rust,no_run
28-
//! use influxdb::{Client, Query, Timestamp, ReadQuery};
28+
//! use influxdb::{Client, Timestamp, ReadQuery};
2929
//! use influxdb::InfluxDbWriteable;
3030
//! use chrono::{DateTime, Utc};
3131
//!

0 commit comments

Comments
 (0)