Skip to content

Commit

Permalink
Enable backtrace: rectify std::env import
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonfparil authored Jul 15, 2024
1 parent 7e30c43 commit 099f5ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//! **poolgen**: quantitative and population genetics on pool sequencing (Pool-seq) data
use clap::Parser;
use std::env;
use ndarray::prelude::*;
#[allow(warnings)]
use std::io;
Expand Down

0 comments on commit 099f5ca

Please sign in to comment.