slint/helper_crates
Olivier Goffart 63785fd262
vtable: fix for warning with the nightly rust compiler
```
warning: non-local `macro_rules!` definition, `#[macro_export]` macro should be written at top level module
   --> helper_crates/vtable/tests/test_vtable.rs:159:5
    |
159 |     #[vtable]
    |     ^^^^^^^^^ in this procedural macro expansion
    |
    = help: remove the `#[macro_export]` or move this `macro_rules!` outside the of the current function `test3`
```

Put the macro in the module with everything else, so it is re-exported
with the same visibility
2024-09-26 09:35:12 +02:00
..
const-field-offset Prepare for release of helper crates 2024-03-14 08:52:09 +01:00
vtable vtable: fix for warning with the nightly rust compiler 2024-09-26 09:35:12 +02:00