Skip to content

Commit

Permalink
Merge pull request #76 from mgeisler/imports-granularity
Browse files Browse the repository at this point in the history
Use module import granularity
  • Loading branch information
mgeisler authored Sep 17, 2023
2 parents 48169c7 + 71f1571 commit c902784
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use rustfmt from the nightly channel for this:
imports_granularity = "Module"
3 changes: 1 addition & 2 deletions tests/agreement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
use ndarray::{s, Array2};
use rand::SeedableRng;
use rand_chacha::ChaCha20Rng;
use smawk::online_column_minima;
use smawk::{brute_force, recursive};
use smawk::{brute_force, online_column_minima, recursive};

mod random_monge;
use random_monge::random_monge_matrix;
Expand Down

0 comments on commit c902784

Please sign in to comment.