We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93fd7c commit 1c7d521Copy full SHA for 1c7d521
rust/ql/src/queries/unusedentities/UnusedValue.ql
@@ -1,4 +1,3 @@
1
-
2
/**
3
* @name Unused value
4
* @description Unused values may be an indication that the code is incomplete or has a typo.
rust/ql/src/queries/unusedentities/UnusedVariable.ql
* @name Unused variable
* @description Unused variables may be an indication that the code is incomplete or has a typo.
0 commit comments