minor: fix warning. #46
Annotations
10 warnings
cargo test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
cargo test:
tigerc/src/frame.rs#L1
unused import: `std::ops::Index`
|
cargo test:
tigerc/src/frame.rs#L7
enum `Access` is never used
|
cargo test:
tigerc/src/frame.rs#L14
struct `Register` is never constructed
|
cargo test:
tigerc/src/frame.rs#L16
struct `Variable` is never constructed
|
cargo test:
tigerc/src/frame.rs#L23
struct `Frame` is never constructed
|
cargo test:
tigerc/src/frame.rs#L35
associated items `new` and `allocate_local` are never used
|
cargo test:
tigerc/src/parser.rs#L16
variant `Prefix` is never constructed
|
cargo test:
tigerc/src/parser.rs#L84
method `look_expect` is never used
|
cargo test:
tigerc/tests/test_parser.rs#L5
unused import: `Token`
|