mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-02-06 03:32:52 +00:00
Merge #270
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:
commit
7c4bc51165
2 changed files with 6 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -44,3 +44,7 @@ jobs:
|
|||
with:
|
||||
command: check
|
||||
args: --no-default-features
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: fmt
|
||||
args: -- --check
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue