Browse Source

Cleanup

develop
Drew Short 8 years ago
parent
commit
e0a951ee3c
  1. 1
      src/lib.rs

1
src/lib.rs

@ -131,7 +131,6 @@ static LIB_CACHE: Cache<'static> = Cache { cache_dir: cache::CACHE_DIR, use_cach
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {
use super::*;
use std::fs; use std::fs;
use std::path::Path; use std::path::Path;
use hash; use hash;

Loading…
Cancel
Save