mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-13 00:20:08 +01:00
refactor: publicly expose error::Error
This commit is contained in:
parent
3bebad0da6
commit
d2eb8f0e16
7 changed files with 9 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use clap::Parser;
|
||||
use termion::color;
|
||||
|
||||
use crate::{error::Error, Result};
|
||||
use crate::{Error, Result};
|
||||
|
||||
pub fn parse_color(src: &str) -> Result<Box<dyn color::Color>> {
|
||||
match src {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue