mozilla / sccache

Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.
Apache License 2.0
5.85k stars 552 forks source link

README sentence says list twice #2154

Closed jonassmedegaard closed 6 months ago

jonassmedegaard commented 6 months ago

README.md since recently contains this:

List of actual list of available features can be found in the Cargo.toml file, [features] section.

Cargo doesn't contain a list of a list, so that should probably instead be something like "List of actual features can [...]".