Skip to content

feat: implement new for creating packfile and remove entry kind #22

feat: implement new for creating packfile and remove entry kind

feat: implement new for creating packfile and remove entry kind #22

Triggered via pull request November 13, 2023 02:47
Status Success
Total duration 1m 5s
Artifacts

test.yml

on: pull_request
ubuntu / nightly / minimal-versions
31s
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)