Fixing --no-default-features again and evmbin (#2670)

* Fixing --no-default-features again and evmbin

* Fixing evmbin Result
This commit is contained in:
Tomasz Drwięga
2016-10-18 12:13:49 +02:00
committed by Arkadiy Paronyan
parent 1e6a2cb378
commit 70c3001d2d
3 changed files with 50 additions and 16 deletions

View File

@@ -49,7 +49,6 @@ mod ui {
#[cfg(not(feature = "ui"))]
mod ui {
pub struct File {
pub content: &'static str,
pub content: &'static [u8],
pub content_type: &'static str,
}