Merge e7ed71b1a1 into 4ea31c1bc9
This commit is contained in:
commit
ae77ffb058
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
cd "$(dirname "$0")/../rust" || exit 1
|
||||
cargo fmt --all -- --check
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
cd "$(dirname "$0")/../rust" || exit 1
|
||||
cargo clippy -- -D warnings
|
||||
Loading…
Reference in New Issue