Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
samlich committed Apr 29, 2023
1 parent 883b4c8 commit baeecc2
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 @@ -1313,7 +1313,7 @@ impl Reedline {
.set_buffer(prefix, UndoBehavior::HistoryNavigation);
}
}
HistoryNavigationQuery::SubstringSearch(x) => todo!("{:?}", x),
HistoryNavigationQuery::SubstringSearch(_) => todo!(),
}
}

Expand Down

0 comments on commit baeecc2

Please sign in to comment.