Skip to content
Snippets Groups Projects
Commit 69d05162 authored by Jeremy Soller's avatar Jeremy Soller Committed by GitHub
Browse files

Merge pull request #29 from andre-richter/master

Fix unused extern crates
parents 6f7857be e1c82fcc
No related branches found
No related tags found
No related merge requests found
#![deny(warnings)] #![deny(warnings)]
extern crate html5ever_atoms;
extern crate html5ever; extern crate html5ever;
//extern crate mime_guess;
extern crate orbclient; extern crate orbclient;
extern crate orbfont; extern crate orbfont;
extern crate orbimage; extern crate orbimage;
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
extern crate orbclient; extern crate orbclient;
extern crate orbimage; extern crate orbimage;
extern crate orbfont; extern crate orbfont;
extern crate orbtk;
extern crate userutils; extern crate userutils;
use std::{env, str}; use std::{env, str};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment