elastic / elasticsearch-rs

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

[BUG] Build fails on latest nightly #175

Closed krojew closed 3 years ago

krojew commented 3 years ago

Describe the bug Build fails on latest nightly:

error[E0557]: feature has been removed
   --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elasticsearch-7.12.0-alpha.1/src/lib.rs:352:39
    |
352 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(external_doc))]
    |                                       ^^^^^^^^^^^^ feature has been removed
    |
    = note: use #[doc = include_str!("filename")] instead, which handles macro invocations

To Reproduce Steps to reproduce the behavior:

  1. Use rustc 1.54.0-nightly (35fff69d0 2021-06-06)
  2. Try to build.

Expected behavior Success.

Environment (please complete the following information):