Skip to content

Commit c53c05d

Browse files
KixironJoshua Nelson
authored andcommitted
Lookin queute
1 parent f949c1b commit c53c05d

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)