fitzgen / bumpalo

A fast bump allocation arena for Rust
https://docs.rs/bumpalo
Apache License 2.0
1.39k stars 110 forks source link

readme_up_to_date test not passed #80

Closed tim77 closed 4 years ago

tim77 commented 4 years ago

Hi. One test not passed -- readme_up_to_date:

Checking that `cargo readme > README.md` is up to date...
thread 'cargo_readme_up_to_date' panicked at 'Run `cargo readme > README.md` to update README.md', tests/readme_up_to_date.rs:20:9

Using rust/cargo provided by distribution (Fedora).

fitzgen commented 4 years ago

Have you installed cargo readme? The test requires it.

tim77 commented 4 years ago

@fitzgen thanks a lot.