Skip to content

Commit 86c84f8

Browse files
committed
Lookin queute
1 parent 4e0ea55 commit 86c84f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/queue.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ pub fn remove_crate_priority(conn: &Connection, pattern: &str) -> Result<Option<
4545

4646
Ok(query.iter().next().map(|row| row.get(0)))
4747
}
48-
4948
/// Adds a crate to the build queue to be built by rustdoc. `priority` should be gotten from `get_crate_priority`
5049
pub fn add_crate_to_queue(
5150
conn: &Connection,

0 commit comments

Comments
 (0)