mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-07 13:28:47 +08:00
Fix compile issue
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
//! A Rust library for exporting, importing, packing, and unpacking script files.
|
||||
//!
|
||||
//! For more information, please visit the [GitHub repository](https://github.com/lifegpc/msg-tool).
|
||||
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||||
#![cfg_attr(feature = "unstable", feature(doc_auto_cfg))]
|
||||
#![cfg_attr(any(docsrs, feature = "unstable"), feature(doc_auto_cfg))]
|
||||
pub mod ext;
|
||||
pub mod format;
|
||||
pub mod output_scripts;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#![cfg_attr(any(docsrs, feature = "unstable"), feature(doc_auto_cfg))]
|
||||
pub mod args;
|
||||
pub mod ext;
|
||||
pub mod format;
|
||||
|
||||
Reference in New Issue
Block a user