mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 12:24:16 +00:00
I get warnings about unused members using the nightly compiler, one for each member in all structs that derive the `FieldOffsets` macro. That is a lot. This fixes that as well as the one occurrence of that same warning in unrelated code. |
||
|---|---|---|
| .. | ||
| LICENSES | ||
| macro | ||
| src | ||
| tests | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| README.md | ||
const-field-offset crate
This crate expose the FieldOffsets derive macro and the types it uses
Check the crate documentation for more details.