plugins-workspace
plugins-workspace copied to clipboard
Should `FileResponse` be `#[non_exhaustive]`?
Currently tauri_plugin_dialog::FileResponse is not #[non_exhaustive] but this means adding fields to tauri_plugin_dialog::FileResponse is braking changes.
Is this fine?
FileResponse was exported in #837 without discussion about non_exhaustive so I feel it might not be expected.
This is about plugin: dialog, not plugin: fs
whoops