Skip to content

Commit 07a24c0

Browse files
committed
install clippy
1 parent 85673d9 commit 07a24c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SUDO=
55
[ "$(id -u)" = 0 ] || SUDO=sudo
66

77
NEED=( cargo libssl-dev pkg-config )
8-
WANT=( rust-gdb entr )
8+
WANT=( rust-gdb entr rust-clippy )
99

1010
set -x
1111
$SUDO apt update

0 commit comments

Comments
 (0)