Skip to content

Commit 91e0016

Browse files
committed
fix: address lint err from clippy
1 parent 7f046cf commit 91e0016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/places/src/ffi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ impl PlacesConnection {
265265

266266
#[handle_error(crate::Error)]
267267
pub fn metadata_delete_search_terms(&self) -> ApiResult<()> {
268-
self.with_conn(|conn| history_metadata::delete_all_metadata_for_search(conn))
268+
self.with_conn(history_metadata::delete_all_metadata_for_search)
269269
}
270270

271271
/// Add an observation to the database.

0 commit comments

Comments
 (0)