refactor: publicly expose error::Error

This commit is contained in:
graelo 2022-05-31 08:47:53 +02:00
parent 3bebad0da6
commit d2eb8f0e16
7 changed files with 9 additions and 9 deletions

View file

@ -4,7 +4,7 @@ use std::fmt;
use clap::{ArgEnum, Parser};
use super::basic;
use crate::{error::Error, textbuf::alphabet, tmux, ui, Result};
use crate::{textbuf::alphabet, tmux, ui, Error, Result};
/// Extended configuration for handling Tmux-specific configuration (options
/// and outputs). This is only used by `tmux-copyrat` and parsed from command