feat: implement entry data parsing #20
test.yml
on: push
ubuntu / nightly / minimal-versions
21s
Matrix: os-check
Matrix: required
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)
|