mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-07 08:12:38 +00:00
Minor cleanup
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
use crate::gen::gen_cxx_binding;
|
||||
use pb_rs::{types::FileDescriptor, ConfigBuilder};
|
||||
|
||||
use crate::gen::gen_cxx_binding;
|
||||
|
||||
#[path = "../include/gen.rs"]
|
||||
mod gen;
|
||||
|
||||
|
||||
@@ -1,15 +1,14 @@
|
||||
#![feature(format_args_nl)]
|
||||
#![feature(btree_drain_filter)]
|
||||
|
||||
extern crate core;
|
||||
|
||||
pub use base;
|
||||
pub use cpio::*;
|
||||
pub use payload::*;
|
||||
pub use ramdisk::*;
|
||||
use cpio::*;
|
||||
use payload::*;
|
||||
|
||||
mod cpio;
|
||||
mod payload;
|
||||
// Suppress warnings in generated code
|
||||
#[allow(warnings)]
|
||||
mod proto;
|
||||
mod ramdisk;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user