mirror of
https://github.com/RGBCube/embd-rs
synced 2025-07-27 05:27:44 +00:00
Why does rust expan these macros at all?
This commit is contained in:
parent
2dd76f6494
commit
6aba0ec76d
1 changed files with 5 additions and 5 deletions
10
src/file.rs
10
src/file.rs
|
@ -60,8 +60,8 @@ macro_rules! bytes {
|
||||||
}};
|
}};
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(dead_code)]
|
// #[allow(dead_code)]
|
||||||
fn check_validity() {
|
// fn check_validity() {
|
||||||
string!("test.txt");
|
// string!("test.txt");
|
||||||
bytes!("test.txt");
|
// bytes!("test.txt");
|
||||||
}
|
// }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue