We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9094ea commit 4d0e13cCopy full SHA for 4d0e13c
src/bin/cratesfyi.rs
@@ -333,8 +333,8 @@ pub fn main() {
333
.expect("You must give a pattern to remove");
334
let conn = connect_db().expect("Could not connect to the database");
335
336
- if let Some(priority) = remove_crate_priority(&conn, pattern)
337
- .expect("Could not remove pattern's priority")
+ if let Some(priority) =
+ remove_crate_priority(&conn, pattern).expect("Could not remove pattern's priority")
338
{
339
println!("Removed pattern with priority {}", priority);
340
} else {
0 commit comments