mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
chore: remove eagerly implemented traits
Co-authored-by: dai <contact@daimond113.com>
This commit is contained in:
parent
889e5611bb
commit
d0569ac16d
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue