Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
samlich committed Apr 12, 2023
1 parent 7d5d692 commit 93d53cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ impl Reedline {
.set_buffer(prefix, UndoBehavior::HistoryNavigation);
}
}
HistoryNavigationQuery::SubstringSearch(x) => todo!("{:?}", x),
HistoryNavigationQuery::SubstringSearch(_) => todo!(),
}
}

Expand Down

0 comments on commit 93d53cc

Please sign in to comment.