elichai / random-rs

A trait for random number generation
Apache License 2.0
9 stars 0 forks source link

doc_comment::doctest refers to file not packaged into the crate #4

Open alexanderkjall opened 3 years ago

alexanderkjall commented 3 years ago

Here: https://github.com/elichai/random-rs/blob/master/random-trait/src/lib.rs#L22

This refers to the file "../README.md", but that file isn't packaged by cargo and uploaded.

This results in a broken test when trying to run the tests from the crate.