Skip to content

Commit

Permalink
Improve documentation of features on docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
vks committed Mar 31, 2021
1 parent fe8280d commit 9c9203c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/quantile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ use super::Estimate;
/// [1]: http:https://www.cs.wustl.edu/~jain/papers/ftp/psqr.pdf
/// [2]: https://crates.io/crates/quantiles
#[derive(Debug, Clone)]
#[cfg_attr(doc_cfg, any(feature(std), feature(libm)))]
#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
pub struct Quantile {
/// Marker heights.
Expand Down

0 comments on commit 9c9203c

Please sign in to comment.