Преглед изворни кода

remove(bindgen): completely move bindgen

greatbridf пре 8 месеци
родитељ
комит
72eb66819c
2 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 2
      .gitignore
  2. 0 3
      src/lib.rs

+ 0 - 2
.gitignore

@@ -19,5 +19,3 @@ cross-compile.cmake
 .Trashes
 
 .gdbinit
-
-src/bindings.rs

+ 0 - 3
src/lib.rs

@@ -9,9 +9,6 @@
 
 extern crate alloc;
 
-#[allow(warnings)]
-mod bindings;
-
 mod driver;
 mod elf;
 mod fs;