[go: up one dir, main page]

criterion-stats 0.1.1

Criterion's statistics library
Documentation
1
2
3
4
5
6
7
# `install` phase: install stuff needed for the `script` phase

set -ex

if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
    cargo install clippy --force
fi