slint/tools/syntax_updater
Olivier Goffart a45dcc1f9a Update to edition 2021
The ffi function wrapper need to be changed because in the 2021 edition, when
the capture is moved into the closure, it moves the individual field instead
of the whole wrapper. But we need to move the whole wrapper because the Drop
of the wrapper will delete the C++ closure, and we don't want to call the
closure after it is deleted.
2022-01-25 11:40:11 +01:00
..
Cargo.toml Update to edition 2021 2022-01-25 11:40:11 +01:00
from_0_0_5.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
from_0_0_6.rs janitor: Fix clippy::to_string_in_format_args warning 2022-01-03 21:35:21 +01:00
main.rs Move from stuctopt to clap 3 2022-01-10 16:53:08 +01:00