Merge pull request #5 from Columbus240/master

Remove empty first lines from *.rs files
This commit is contained in:
Christopher Cole 2016-01-11 11:21:57 -08:00
commit 51f32fb3df
4 changed files with 0 additions and 4 deletions

View File

@ -1,4 +1,3 @@
extern crate elf;
use std::env;

View File

@ -1,4 +1,3 @@
use std::fs;
use std::io;
use std::path::Path;

View File

@ -1,4 +1,3 @@
use std::fmt;
/// Length of ELF file header platform-independent identification fields

View File

@ -1,4 +1,3 @@
#[macro_export]
macro_rules! read_u8 {
($elf:ident, $io:ident) => ({