diff options
author | 2020-10-27 01:13:45 +0100 | |
---|---|---|
committer | 2020-10-27 01:13:45 +0100 | |
commit | 7c33b4ac03b9bf3138073cc562a455ec12bbc0a8 (patch) | |
tree | 9c9ef9566217ce103381ce36549b7b10ddbffe4a | |
parent | 8b1104279294bd182cd38ddbef3791d639d03297 (diff) | |
download | cortex-m-7c33b4ac03b9bf3138073cc562a455ec12bbc0a8.tar.gz cortex-m-7c33b4ac03b9bf3138073cc562a455ec12bbc0a8.tar.zst cortex-m-7c33b4ac03b9bf3138073cc562a455ec12bbc0a8.zip |
Gate Bors on Clippy
-rw-r--r-- | .github/bors.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/bors.toml b/.github/bors.toml index dcf6c13..63d883f 100644 --- a/.github/bors.toml +++ b/.github/bors.toml @@ -5,4 +5,5 @@ status = [ "ci-linux (stable)", "ci-linux (1.38.0)", "rustfmt", + "clippy", ] |