elastic / elasticsearch-rs

Official Elasticsearch Rust Client
https://www.elastic.co/guide/en/elasticsearch/client/rust-api/current/index.html
Apache License 2.0
702 stars 72 forks source link

Fixing examples based on necessary imports #76

Closed srikwit closed 4 years ago

srikwit commented 4 years ago

In some examples the Error or the url crate were imported even when they were not needed.

srikwit commented 4 years ago

Thanks @russcam for reviewing my PR.

russcam commented 4 years ago

No worries @srikwit. Are you planning to revert the let _client = back to let client = ?

russcam commented 4 years ago

Thanks @srikwit 👍