1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-25 14:05:41 -05:00
alacritty/font/src
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
..
darwin Replace .nth(0) with .next() 2020-01-17 03:59:27 +03:00
directwrite Update font crate to 2018 edition 2020-01-15 23:14:07 +01:00
ft Replace .nth(0) with .next() 2020-01-17 03:59:27 +03:00
lib.rs Update font crate to 2018 edition 2020-01-15 23:14:07 +01:00