Skip to content

feat: add new and init command #362

feat: add new and init command

feat: add new and init command #362

GitHub Actions / clippy failed Feb 10, 2025 in 0s

5 warnings

clippy found 5 warnings

Annotations

Check warning on line 58 in crates/cli/src/components/manifest.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

crates/cli/src/components/manifest.rs#L58

conflicting implementations of trait `std::fmt::Debug` for type `components::manifest::Build`

Check warning on line 32 in crates/cli/src/commands/components/init.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

crates/cli/src/commands/components/init.rs#L32

missing fields `category`, `description`, `documentation` and 2 other fields in initializer of `components::manifest::Package`

Check warning on line 58 in crates/cli/src/components/manifest.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

crates/cli/src/components/manifest.rs#L58

conflicting implementations of trait `components::manifest::_::_serde::Deserialize<'_>` for type `components::manifest::Build`

Check warning on line 21 in crates/cli/src/components/manifest.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

crates/cli/src/components/manifest.rs#L21

the variant or associated item `serialize` exists for enum `Category`, but its trait bounds were not satisfied

Check warning on line 23 in crates/cli/src/components/manifest.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

crates/cli/src/components/manifest.rs#L23

the variant or associated item `serialize` exists for enum `SubCategory`, but its trait bounds were not satisfied