Skip to content

Commit e26150b

Browse files
jrollinclaude
andcommitted
fix: resolve clippy empty line after doc comment warning
Include empty line in struct documentation to satisfy clippy lint. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent fea9643 commit e26150b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/common_word.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// Common word training support for typing practice
22
/// 500 most common words per language with frequency weighting
3-
3+
///
44
/// A single common word with frequency data
55
#[derive(Debug, Clone)]
66
pub struct Word {

0 commit comments

Comments
 (0)