Skip to content

Commit c790bbe

Browse files
committed
src/common/base/src/base/string_func.rs -> src/common/base/src/base/string.rs
1 parent 9eb741a commit c790bbe

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/common/base/src/base/mod.rs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ mod shutdown_signal;
2424
mod singleton_instance;
2525
mod stop_handle;
2626
mod stoppable;
27-
mod string_func;
27+
mod string;
2828
mod thread;
2929
mod thread_pool;
3030
mod uniq_id;
@@ -52,13 +52,13 @@ pub use shutdown_signal::SignalType;
5252
pub use singleton_instance::GlobalInstance;
5353
pub use stop_handle::StopHandle;
5454
pub use stoppable::Stoppable;
55-
pub use string_func::convert_byte_size;
56-
pub use string_func::convert_number_size;
57-
pub use string_func::escape_for_key;
58-
pub use string_func::mask_string;
59-
pub use string_func::replace_nth_char;
60-
pub use string_func::unescape_for_key;
61-
pub use string_func::unescape_string;
55+
pub use string::convert_byte_size;
56+
pub use string::convert_number_size;
57+
pub use string::escape_for_key;
58+
pub use string::mask_string;
59+
pub use string::replace_nth_char;
60+
pub use string::unescape_for_key;
61+
pub use string::unescape_string;
6262
pub use thread::Thread;
6363
pub use thread::ThreadJoinHandle;
6464
pub use thread_pool::TaskJoinHandler;

0 commit comments

Comments
 (0)