Philipp Oppermann преди 9 години
родител
ревизия
da01d0b61d
променени са 2 файла, в които са добавени 0 реда и са изтрити 2 реда
  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,