Skip to content

Commit

Permalink
fix: failed clippy checks on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vcup committed May 20, 2024
1 parent 709ae0b commit 69631ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/history/file_backed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ impl FileBackedHistory {
hist.sync()?;
Ok(hist)
}
#[cfg(any(feature = "sqlite", feature = "sqlite-dynlib", feature = "rqlite"))]
#[cfg(feature = "rqlite")]
HistoryStorageDest::Url(url) => {
Err(ReedlineError(ReedlineErrorVariants::HistoryDatabaseError(
format!("Expect file path, got Url: {}", url.to_string()),
Expand Down

0 comments on commit 69631ed

Please sign in to comment.