Skip to content

Commit

Permalink
Fix doc comment warning
Browse files Browse the repository at this point in the history
  • Loading branch information
smu160 committed Sep 17, 2024
1 parent d6cc805 commit a0055cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bertsekas.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ where
self.task_bids[task].push((agent, bid));
}

/// We need to clear out all the bids that each agent made for each task
// /// We need to clear out all the bids that each agent made for each task
// fn clear_task_bids(&mut self) {
// for bids in &mut self.task_bids {
// bids.clear();
Expand Down

0 comments on commit a0055cf

Please sign in to comment.