mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-09 06:18:46 +08:00
Fix doc build (https://github.com/rust-lang/rust/pull/138907)
This commit is contained in:
@@ -1,7 +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(any(docsrs, feature = "unstable"), feature(doc_auto_cfg))]
|
||||
#![cfg_attr(any(docsrs, feature = "unstable"), feature(doc_cfg))]
|
||||
pub mod ext;
|
||||
pub mod format;
|
||||
pub mod output_scripts;
|
||||
|
||||
Reference in New Issue
Block a user