Skip to content

Commit 6e89df9

Browse files
KixironJoshua Nelson
authored andcommitted
Exposed priority commands to the binary
1 parent c53c05d commit 6e89df9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/queue.rs

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

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

0 commit comments

Comments
 (0)