Browse Source

Remove warnings

Philipp Oppermann 9 years ago
parent
commit
da01d0b61d
2 changed files with 0 additions and 2 deletions
  1. 0 1
      src/lib.rs
  2. 0 1
      src/memory_map.rs

+ 0 - 1
src/lib.rs

@@ -1,4 +1,3 @@
-#![feature(no_std)]
 #![no_std]
 
 pub use elf_sections::{ElfSectionsTag, ElfSection, ElfSectionIter, ElfSectionType, ElfSectionFlags};

+ 0 - 1
src/memory_map.rs

@@ -27,7 +27,6 @@ pub struct MemoryArea {
     _reserved: u32,
 }
 
-#[allow(raw_pointer_derive)]
 #[derive(Clone)]
 pub struct MemoryAreaIter {
     current_area: *const MemoryArea,