Skip to content

Commit 9451994

Browse files
committed
Merge branch 'main' into baseline
2 parents 3246e4d + b3ea031 commit 9451994

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/modal.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ impl MakeWidget for &ItemForm {
134134
}
135135

136136
impl ItemForm {
137+
#[allow(clippy::ptr_arg)]
137138
fn validate_name(input: &String) -> Result<(), &'static str> {
138139
if input.is_empty() {
139140
Err("This field cannot be empty")

0 commit comments

Comments
 (0)