Clarify `core` is required for `define_histogram`

This commit is contained in:
Vinzent Steinberg 2018-07-24 18:52:40 +02:00
parent 159af1df99
commit 5807e211dc
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
/// module with the given name. This includes the `Histogram` struct, the number
/// of bins `LEN` and the histogram iterator `HistogramIter`.
///
/// Note that you need to make sure that `core` is accessible to the macro.
///
///
/// # Example
///