Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove seemingly unused struct
  • Loading branch information
pmikolajczyk41 committed Feb 8, 2023
commit d66a194804b6f3d1b4fc9850b3669811f43d9144
15 changes: 0 additions & 15 deletions crates/e2e/macro/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,21 +82,6 @@ impl E2EConfig {
}
}

/// The environmental types definition.
#[derive(Debug, Clone, PartialEq, Eq)]
pub struct Environment {
/// The underlying Rust type.
pub path: syn::Path,
}

impl Default for Environment {
fn default() -> Self {
Self {
path: syn::parse_quote! { ::ink_env::DefaultEnvironment },
}
}
}

#[cfg(test)]
mod tests {
use super::*;
Expand Down