270: CI runs `cargo fmt` in check mode r=nikomatsakis a=1tgr



Co-authored-by: Tim Robinson <tim.g.robinson@gmail.com>
This commit is contained in:
bors[bot] 2021-06-17 13:37:42 +00:00 committed by GitHub
commit 7c4bc51165
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -44,3 +44,7 @@ jobs:
with:
command: check
args: --no-default-features
- uses: actions-rs/cargo@v1
with:
command: fmt
args: -- --check

View file

@ -1,5 +1,5 @@
use parking_lot::Mutex;
use oorandom::Rand64;
use parking_lot::Mutex;
use std::fmt::Debug;
use std::sync::atomic::AtomicUsize;
use std::sync::atomic::Ordering;