Fix clippy::empty_line_after_doc_comments

This commit is contained in:
Yuri Astrakhan 2025-02-07 13:05:22 -05:00 committed by Simon Hausmann
parent ca2803fe73
commit 2567880db8
3 changed files with 3 additions and 4 deletions

View file

@ -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,