1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-11 13:51:01 -05:00
alacritty/font
Cole Helbling 091296828a Replace .nth(0) with .next()
Clippy[1] says that `.next()` is more readable than `.nth(0)`.

[1]: https://rust-lang.github.io/rust-clippy/master/index.html#iter_nth_zero
2020-01-17 03:59:27 +03:00
..
src Replace .nth(0) with .next() 2020-01-17 03:59:27 +03:00
Cargo.toml Update font crate to 2018 edition 2020-01-15 23:14:07 +01:00