feat: implement new for creating packfile and remove entry kind #22
test.yml
on: pull_request
ubuntu / nightly / minimal-versions
31s
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)
|