mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Fix clippy::empty_line_after_doc_comments
This commit is contained in:
parent
ca2803fe73
commit
2567880db8
3 changed files with 3 additions and 4 deletions
|
@ -68,8 +68,9 @@ pub enum ComponentSelection {
|
|||
/// and if no component is exported, the last component is selected
|
||||
#[default]
|
||||
ExportedWindows,
|
||||
/// The Last component (legacy for the viewer / interpreter)
|
||||
|
||||
/// The Last component (legacy for the viewer / interpreter)
|
||||
///
|
||||
/// Only the last exported component is generated, regardless if this is a Window or not,
|
||||
/// (and it will be transformed in a Window)
|
||||
LastExported,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue