Updated rayon.

This commit is contained in:
Jordan Petridis
2017-11-10 11:42:11 +02:00
parent d3beb30f00
commit 1fbacad8b9
6 changed files with 11 additions and 20 deletions
-1
View File
@@ -8,7 +8,6 @@ use mime_guess;
use std::fs::{rename, DirBuilder, File};
use std::io::{BufWriter, Read, Write};
use std::path::Path;
// use std::str::FromStr;
use errors::*;
use hammond_data::index_feed::Database;
-1
View File
@@ -7,7 +7,6 @@ extern crate hammond_data;
extern crate hyper;
#[macro_use]
extern crate log;
extern crate mime;
extern crate mime_guess;
extern crate rand;
extern crate reqwest;