diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-25 15:24:18 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-25 15:24:18 +0800 |
| commit | fcbd18c4b7d90388a9a2b9e28555d2526727958c (patch) | |
| tree | 0de680895d6a162a99356d6e4d733942a339275e /utils/string_proc/src/lib.rs | |
| parent | 8b96e8171c4e9d6516fd63d37cbe613bd5927a04 (diff) | |
Replace string_proc with just_fmt as external dependency
Diffstat (limited to 'utils/string_proc/src/lib.rs')
| -rw-r--r-- | utils/string_proc/src/lib.rs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/utils/string_proc/src/lib.rs b/utils/string_proc/src/lib.rs deleted file mode 100644 index d019003..0000000 --- a/utils/string_proc/src/lib.rs +++ /dev/null @@ -1,15 +0,0 @@ -#[deprecated = "The module has been migrated to crates.io, please migrate to `just_fmt = \"0.1\"`"] -#[allow(deprecated)] -pub mod format_path; - -#[deprecated = "The module has been migrated to crates.io, please migrate to `just_fmt = \"0.1\"`"] -#[allow(deprecated)] -pub mod format_processer; - -#[deprecated = "The module has been migrated to crates.io, please migrate to `just_fmt = \"0.1\"`"] -#[allow(deprecated)] -pub mod macros; - -#[deprecated = "The module has been migrated to crates.io, please migrate to `just_fmt = \"0.1\"`"] -#[allow(deprecated)] -pub mod simple_processer; |
