Files
codeql/rust/ql/test/query-tests/unusedentities/UnusedVariable.expected
2025-12-11 18:07:12 +00:00

22 lines
1.2 KiB
Plaintext

| main.rs:30:9:30:9 | a | Variable 'a' is not used. |
| main.rs:99:13:99:13 | d | Variable 'd' is not used. |
| main.rs:148:5:148:5 | y | Variable 'y' is not used. |
| main.rs:175:9:175:9 | x | Variable 'x' is not used. |
| main.rs:255:17:255:17 | a | Variable 'a' is not used. |
| main.rs:263:20:263:22 | val | Variable 'val' is not used. |
| main.rs:277:14:277:16 | val | Variable 'val' is not used. |
| main.rs:292:22:292:24 | val | Variable 'val' is not used. |
| main.rs:299:24:299:26 | val | Variable 'val' is not used. |
| main.rs:307:13:307:15 | num | Variable 'num' is not used. |
| main.rs:342:25:342:25 | y | Variable 'y' is not used. |
| main.rs:345:28:345:28 | a | Variable 'a' is not used. |
| main.rs:348:9:348:9 | p | Variable 'p' is not used. |
| main.rs:366:9:366:13 | right | Variable 'right' is not used. |
| main.rs:372:9:372:14 | right2 | Variable 'right2' is not used. |
| main.rs:383:13:383:13 | y | Variable 'y' is not used. |
| main.rs:391:21:391:21 | y | Variable 'y' is not used. |
| main.rs:436:26:436:28 | val | Variable 'val' is not used. |
| main.rs:439:21:439:23 | acc | Variable 'acc' is not used. |
| main.rs:460:9:460:14 | unused | Variable 'unused' is not used. |
| more.rs:24:9:24:11 | val | Variable 'val' is not used. |