Browse Source

remove(bindgen): completely move bindgen

greatbridf 8 tháng trước cách đây
mục cha
commit
72eb66819c
2 tập tin đã thay đổi với 0 bổ sung5 xóa
  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;