mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 23:27:22 +00:00
janitor: Go over our spell checking setup
* Extend the cspell word list * Remove those extensions from individual source files * white-list licenses and such as we should not meddle with those * Fix spelling
This commit is contained in:
parent
ef39adce30
commit
b12575a4c4
84 changed files with 236 additions and 219 deletions
|
@ -181,7 +181,7 @@ struct CppPlatform {
|
|||
window_factory: unsafe extern "C" fn(PlatformUserData, *mut WindowAdapterRcOpaque),
|
||||
#[cfg(not(feature = "std"))]
|
||||
duration_since_start: unsafe extern "C" fn(PlatformUserData) -> u64,
|
||||
// silent the warning depite `Clipboard` is a `#[non_exhaustive]` enum from another crate.
|
||||
// silent the warning despite `Clipboard` is a `#[non_exhaustive]` enum from another crate.
|
||||
#[allow(improper_ctypes_definitions)]
|
||||
set_clipboard_text: unsafe extern "C" fn(PlatformUserData, &SharedString, Clipboard),
|
||||
#[allow(improper_ctypes_definitions)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue