Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -145,18 +145,6 @@ macro_rules! Walk { }; } -pub struct Demo { - pub a: bool, - pub b: bool, -} - -Walk! { - pub struct Demo { - a: bool, - b: bool, - } -} - // #[cfg(test)] // mod test { // use crate::effect::{BlockOn, Blocking, Spin}; |