Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
lixitrixi authored and ChrisJefferson committed Jan 24, 2024
1 parent 8fdc7eb commit 0ffd437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solvers/minion/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
//! use minion_rs::ast::*;
//! use minion_rs::run_minion;
//! use std::collections::HashMap;
//! use std::sync::Mutex;
//!
//! // Get solutions out of Minion.
//! // See the documentation for Callback for details.
Expand Down

0 comments on commit 0ffd437

Please sign in to comment.