how'd you get down there

master
chris west 4 years ago
parent 4ee7008070
commit 4de39201ba

@ -10,6 +10,7 @@ use std::{
path::Path,
process::Command,
str,
sync::atomic::{AtomicBool, Ordering as AtomicOrdering},
};
use threadpool::ThreadPool;
@ -23,8 +24,6 @@ const MAX_PEEK_SIZE: usize = 1024;
/// Files not displayed in directory listings.
const IGNORED_FILES: [&str; 3] = ["header.gph", "footer.gph", ".reverse"];
use std::sync::atomic::{AtomicBool, Ordering as AtomicOrdering};
/// Whether to print info!() messages to stdout.
/// Defaults to true.
static SHOW_INFO: AtomicBool = AtomicBool::new(true);

Loading…
Cancel
Save