Skip to content

Commit

Permalink
Derive debug for searcher
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Jun 10, 2021
1 parent d9f07b5 commit 1453a52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helix-core/src/search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ use crate::movement::Direction;
use regex_automata::{dense, DenseDFA, Error as RegexError, DFA};
use std::ops::Range;

#[derive(Debug)]
pub struct Searcher {
/// Locate end of match searching right.
right_fdfa: DenseDFA<Vec<usize>, usize>,
Expand Down

0 comments on commit 1453a52

Please sign in to comment.