Skip to content

Commit baeecc2

Browse files
committed
oops
1 parent 883b4c8 commit baeecc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@ impl Reedline {
13131313
.set_buffer(prefix, UndoBehavior::HistoryNavigation);
13141314
}
13151315
}
1316-
HistoryNavigationQuery::SubstringSearch(x) => todo!("{:?}", x),
1316+
HistoryNavigationQuery::SubstringSearch(_) => todo!(),
13171317
}
13181318
}
13191319

0 commit comments

Comments
 (0)