sn_fake_clock 0.4.14

Fake clock for deterministic testing of code depending on time.
Documentation
1
2
3
4
5
6
#!/bin/bash

set -x -e

cargo clippy "$@" --all-targets
cargo clippy "$@" --all-targets --profile=test