1
Fork 0
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:
RGBCube 2023-12-21 16:02:52 +03:00
parent 2dd76f6494
commit 6aba0ec76d
No known key found for this signature in database

View file

@ -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");
} // }