chore: remove eagerly implemented traits

Co-authored-by: dai <contact@daimond113.com>
This commit is contained in:
Stefan 2025-04-24 21:43:36 +01:00 committed by GitHub
parent 889e5611bb
commit d0569ac16d
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -66,10 +66,9 @@ impl DownloadAndLinkHooks for () {
}
/// Options for which dependencies to install.
#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)]
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum InstallDependenciesMode {
/// Install all dependencies.
#[default]
All,
/// Install only dependencies, not dev_dependencies.
Prod,