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 4759b36 commit 1cfe1b9Copy full SHA for 1cfe1b9
src/greedy/job_sequencing.rs
@@ -1,5 +1,3 @@
1
-use std::collections::HashMap;
2
-
3
#[derive(Debug, Clone)]
4
pub struct Job {
5
pub id: String,
0 commit comments