Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3786111
D1873.id4733.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
520 B
Referenced Files
None
Subscribers
None
D1873.id4733.diff
View Options
diff --git a/src/lib.rs b/src/lib.rs
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,11 +1,6 @@
#![feature(plugin)]
#![plugin(rocket_codegen)]
-#[macro_use]
-extern crate log;
-
-extern crate rocket_contrib;
-
pub mod app;
pub mod registry;
pub mod requests;
diff --git a/src/registry.rs b/src/registry.rs
--- a/src/registry.rs
+++ b/src/registry.rs
@@ -1,4 +1,5 @@
use lazy_static::lazy_static;
+use log::error;
use regex::Regex;
use serde_derive::{Deserialize, Serialize};
use std::fs::{DirEntry, File, read_dir};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 27, 12:38 (20 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2266898
Default Alt Text
D1873.id4733.diff (520 B)
Attached To
Mode
D1873: Remove extern crate calls
Attached
Detach File
Event Timeline
Log In to Comment