Skip to content

Commit 546eb2f

Browse files
committed
fix: remove empty line after doc comment in settings.rs
Resolves clippy::empty-line-after-doc-comments warning by removing the empty line between doc comment and struct definition.
1 parent 732da4b commit 546eb2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/settings.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ impl std::error::Error for SettingsError {}
108108

109109
/// Future-ready settings categories for extensibility
110110
/// These will be implemented as the application grows
111-
112111
/// Appearance-related settings
113112
#[derive(Debug, Clone)]
114113
pub struct AppearanceSettings {

0 commit comments

Comments
 (0)