mirror of
https://github.com/YGGverse/ggemtext.git
synced 2026-03-31 17:15:33 +00:00
fix clippy
This commit is contained in:
parent
459626acb4
commit
2d98b66d82
2 changed files with 5 additions and 5 deletions
|
|
@ -85,6 +85,6 @@ fn test() {
|
|||
format!("{TAG} alt{NEW_LINE}line 1{NEW_LINE}line 2{NEW_LINE}{TAG}")
|
||||
)
|
||||
}
|
||||
None => assert!(false),
|
||||
None => unreachable!(),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue