Remove unstable mention from rustdocs
I don't think it makes much sense to mention unavailable features on artefact docs, moving forward, enabling `unstable` should enable *more* (unexisting at the moment) docs
- Id
- b348a304cb436c6eea30bb563961405e357c42a9
- Author
- Caio
- Commit time
- 2020-01-30T11:31:49+01:00
Modified tique/src/lib.rs
//! ```
//!
//! Check the module docs for more details.
-//!
-//! ## Unstable
-//!
-//! This crate also contains unpolished functionality that is made availble
-//! through the `unstable` feature flag:
-//!
-//! * `tique::query_parser`: A very simple query parser that only knows
-//! about term and phrase queries (and their negation). Mostly an excuse
-//! to play with `nom`
pub mod conditional_collector;
#[cfg(feature = "unstable")]
Created tique/README.tpl
Binary data