mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-13 08:30:07 +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
|
|
@ -2,7 +2,7 @@
|
|||
//!
|
||||
//! All patterns must have one capture group. The first group is used.
|
||||
|
||||
use crate::{error::Error, Result};
|
||||
use crate::{Error, Result};
|
||||
|
||||
pub(super) const EXCLUDE_PATTERNS: [(&str, &str); 1] =
|
||||
[("ansi_colors", r"[[:cntrl:]]\[([0-9]{1,2};)?([0-9]{1,2})?m")];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue