[ci skip] use functions instead of macros

This commit is contained in:
2022-02-15 20:49:50 +05:30
parent a7a15dc3b1
commit d20326a846
11 changed files with 166 additions and 193 deletions

View File

@@ -55,6 +55,12 @@ jobs:
passed: [configure-self]
- get: rust-latest-image
trigger: false
- task: format
config:
run:
path: cargo
args: ["fmt"]
dir: singh3-bin
- task: build
image: rust-latest-image
config: