mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 16:10:07 +01:00
refactor: config/core.rs -> config/basic.rs
This commit is contained in:
parent
f539545edd
commit
d558c81183
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
mod basic;
|
||||
mod bridge;
|
||||
mod core;
|
||||
|
||||
pub use self::basic::{CliOpt, HintStyleArg};
|
||||
pub use self::bridge::BridgeOpt;
|
||||
pub use self::core::{CliOpt, HintStyleArg};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue