Closed sr-gi closed 7 months ago
Clippy is complaining about using .get(0) instead of .fist() in methods where we are getting more than just the first item. Supress the warning
.get(0)
.fist()
I'm going to go ahead and merge this given there is no outstanding PR ready to be merged
Clippy is complaining about using
.get(0)
instead of.fist()
in methods where we are getting more than just the first item. Supress the warning