Enable unstable feature doc_auto_cfg

This commit is contained in:
2025-08-14 17:05:53 +08:00
parent b5189695df
commit 243394db6c
5 changed files with 19 additions and 18 deletions

View File

@@ -1,6 +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).
#![feature(doc_auto_cfg)]
pub mod ext;
pub mod format;
pub mod output_scripts;