更新libclamav库1.0.0版本
This commit is contained in:
8
clamav/libclamav_rust/.cargo/vendor/proc-macro2/tests/features.rs
vendored
Normal file
8
clamav/libclamav_rust/.cargo/vendor/proc-macro2/tests/features.rs
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn make_sure_no_proc_macro() {
|
||||
assert!(
|
||||
!cfg!(feature = "proc-macro"),
|
||||
"still compiled with proc_macro?"
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user