Skip to content

feat: implement entry data parsing #20

feat: implement entry data parsing

feat: implement entry data parsing #20

Triggered via push November 9, 2023 21:06
Status Success
Total duration 2m 45s
Artifacts

test.yml

on: push
ubuntu / nightly / minimal-versions
21s
ubuntu / nightly / minimal-versions
Matrix: os-check
Matrix: required
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
unused import: `nom::$path::complete::*`: lib/src/packfile/nom.rs#L6
warning: unused import: `nom::$path::complete::*` --> lib/src/packfile/nom.rs:6:21 | 6 | pub use nom::$path::complete::*; | ^^^^^^^^^^^^^^^^^^^^^^^ ... 13 | re_export!(character); | --------------------- in this macro invocation | = note: this warning originates in the macro `re_export` (in Nightly builds, run with -Z macro-backtrace for more info)
unused import: `nom::$path::complete::*`: lib/src/packfile/nom.rs#L6
warning: unused import: `nom::$path::complete::*` --> lib/src/packfile/nom.rs:6:21 | 6 | pub use nom::$path::complete::*; | ^^^^^^^^^^^^^^^^^^^^^^^ ... 11 | re_export!(bits); | ---------------- in this macro invocation | note: the lint level is defined here --> lib/src/lib.rs:2:9 | 2 | #![warn(unused_imports)] | ^^^^^^^^^^^^^^ = note: this warning originates in the macro `re_export` (in Nightly builds, run with -Z macro-backtrace for more info)