tealdeer-rs / tealdeer

A very fast implementation of tldr in Rust.
https://tealdeer-rs.github.io/tealdeer/
Apache License 2.0
4.17k stars 123 forks source link

Add various small refactorings #201

Closed tranzystorekk closed 3 years ago

tranzystorekk commented 3 years ago

Highlights:

tranzystorekk commented 3 years ago

Ah, the IntoIterator impl for arrays is available from Rust 1.53, and I see 1.52 in CI 😕

dbrgn commented 3 years ago

As per #191, feel free to bump the Rust version in CI! (It would be great if you could also reorder the commits so that the version bump commit comes first, in case you know how to do that.)

tranzystorekk commented 3 years ago

Done 😀