mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 12:16:31 +00:00
@ -1,7 +1,5 @@
|
||||
use super::BindgenArch;
|
||||
|
||||
|
||||
|
||||
pub struct X86_64BindgenArch;
|
||||
|
||||
impl BindgenArch for X86_64BindgenArch {
|
||||
|
@ -34,9 +34,9 @@ impl CargoHandler {
|
||||
}
|
||||
|
||||
/// 设置Cargo对文件更改的监听
|
||||
///
|
||||
///
|
||||
/// ## Parameters
|
||||
///
|
||||
///
|
||||
/// - `files` - The files to set rerun build
|
||||
pub fn emit_rerun_if_files_changed(files: &[PathBuf]) {
|
||||
for f in files {
|
||||
|
Reference in New Issue
Block a user