Skip to content

Commit

Permalink
Remove unused CLI error variant
Browse files Browse the repository at this point in the history
  • Loading branch information
ggiraldez committed Jul 5, 2024
1 parent a4e2127 commit 4b2c495
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions crates/codegen/runtime/cargo/src/runtime/cli/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ pub enum CommandError {
#[error("Parsing failed: {0}")]
ParseFailed(String),

#[cfg(feature = "__experimental_bindings_api")]
#[error(transparent)]
BuildError(#[from] metaslang_bindings::builder::BuildError),

#[cfg(feature = "__experimental_bindings_api")]
#[error(transparent)]
BindingsError(#[from] crate::bindings::BindingsError),
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b2c495

Please sign in to comment.