made entry::Args a public re-export
This commit is contained in:
parent
2a6da1a7f3
commit
aab129c969
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -192,7 +192,7 @@ checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
||||
|
||||
[[package]]
|
||||
name = "spd"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"libc",
|
||||
|
@ -66,7 +66,7 @@
|
||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
|
||||
mod args;
|
||||
use args::*;
|
||||
pub use args::*;
|
||||
|
||||
#[allow(unused)]
|
||||
#[cold]
|
||||
|
Reference in New Issue
Block a user