chore(ci): re-enable clippy on CI (#59)

This commit is contained in:
Linda_pp 2023-02-16 22:21:54 +09:00 committed by GitHub
parent 8e89a9377a
commit 9df0eefe49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,8 @@ dependencies = [
"check-termion", "check-termion",
"test-crossterm", "test-crossterm",
"test-termion", "test-termion",
# "clippy-crossterm", TODO: re-enable "clippy-crossterm",
# "clippy-termion", TODO: re-enable "clippy-termion",
"test-doc", "test-doc",
] ]