Skip to content

Commit b230569

Browse files
Cargo Fix
1 parent 291092e commit b230569

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/run/functions.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,8 +1169,7 @@ pub fn length(
11691169
)
11701170
.join("zzGVgfHaNtPMe7H9RRyx3rWC9JyyZdMkc2v")
11711171
.split("zzGVgfHaNtPMe7H9RRyx3rWC9JyyZdMkc2v")
1172-
.collect::<Vec<&str>>()
1173-
.len() as i32
1172+
.count() as i32
11741173
}
11751174

11761175
pub fn first(

0 commit comments

Comments
 (0)