diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2023-01-12 16:20:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-12 16:20:34 +0000 |
commit | f5ea9f2b1d9e3e3def783b7b61760f2d859ba978 (patch) | |
tree | 67c4ce69c022f6285dae2eea3c9c248856396ab6 /changelog.d | |
parent | Re-enable some linting (#14821) (diff) | |
download | synapse-f5ea9f2b1d9e3e3def783b7b61760f2d859ba978.tar.xz |
Add rust linting commands to `scripts-dev/lint.sh` (#14822)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14822.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14822.misc b/changelog.d/14822.misc new file mode 100644 index 0000000000..5e02cc8488 --- /dev/null +++ b/changelog.d/14822.misc @@ -0,0 +1 @@ +Add `cargo fmt` and `cargo clippy` to the lint script. \ No newline at end of file |