mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
addressing clippy lints
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
name="description"
|
||||
id="description"
|
||||
required
|
||||
<. if name.trim().len() > 0 { .>
|
||||
<. if !name.trim().is_empty() { .>
|
||||
value="<.= name .>"
|
||||
<. } .>
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user