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

fixed --no-default-features --features=gcs warnings #2287

Open Aditya-PS-05 opened 4 days ago

Aditya-PS-05 commented 4 days ago

closes #2056 and #2100

Summary

Removed the warnings by adding #[allow(dead_code)] attribute.

sylvestre commented 3 days ago

@Aditya-PS-05 why not fixing it for real ?

Aditya-PS-05 commented 3 days ago

Ok