ソースを参照

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;