spacedriveapp / spacedrive

Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.
https://spacedrive.com
GNU Affero General Public License v3.0
31.46k stars 930 forks source link

Cleanup: remove unnecessary #[allow(dead_code)] and #[allow(unused)] attributes #2535

Closed julianbraha closed 3 months ago

julianbraha commented 3 months ago

I found 4 instances of #[allow(unused)] and 6 instances of #[allow(dead_code)] across 5 source files, where the code was not actually dead or unused. This PR removes the usage of these unnecessary attributes.

vercel[bot] commented 3 months ago

@julianbraha is attempting to deploy a commit to the Spacedrive Team on Vercel.

A member of the Team first needs to authorize it.