[go: up one dir, main page]

loom 0.3.6

Permutation testing for concurrent code
Documentation
1
2
3
4
5
6
7
8
9
10
steps:
  - template: azure-install-rust.yml
    parameters:
      rust_version: stable
  - bash: |
      rustup component add rustfmt
    displayName: Install rustfmt
  - bash: |
      cargo fmt --all -- --check
    displayName: Check formatting