This reverts commit afd17ec5d9
.
This commit is contained in:
committed by
Tyera Eulberg
parent
dd8e7f650a
commit
33c28da055
@@ -12,5 +12,13 @@ fn main() -> Result<(), std::io::Error> {
|
||||
.build_client(true)
|
||||
.build_server(false)
|
||||
.format(true)
|
||||
.type_attribute(
|
||||
"TransactionErrorType",
|
||||
"#[cfg_attr(test, derive(enum_iterator::IntoEnumIterator))]",
|
||||
)
|
||||
.type_attribute(
|
||||
"InstructionErrorType",
|
||||
"#[cfg_attr(test, derive(enum_iterator::IntoEnumIterator))]",
|
||||
)
|
||||
.compile(&protos, &[proto_base_path])
|
||||
}
|
||||
|
Reference in New Issue
Block a user