chore: Make CI happy
Errors such as... error: struct `Pools` is never constructed
This commit is contained in:
@@ -1,11 +1,13 @@
|
|||||||
// @generated
|
// @generated
|
||||||
#[allow(clippy::derive_partial_eq_without_eq)]
|
#[allow(clippy::derive_partial_eq_without_eq)]
|
||||||
|
#[allow(dead_code)]
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
pub struct Pools {
|
pub struct Pools {
|
||||||
#[prost(message, repeated, tag="1")]
|
#[prost(message, repeated, tag="1")]
|
||||||
pub pools: ::prost::alloc::vec::Vec<Pool>,
|
pub pools: ::prost::alloc::vec::Vec<Pool>,
|
||||||
}
|
}
|
||||||
#[allow(clippy::derive_partial_eq_without_eq)]
|
#[allow(clippy::derive_partial_eq_without_eq)]
|
||||||
|
#[allow(dead_code)]
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
pub struct Pool {
|
pub struct Pool {
|
||||||
#[prost(bytes="vec", tag="1")]
|
#[prost(bytes="vec", tag="1")]
|
||||||
@@ -18,12 +20,14 @@ pub struct Pool {
|
|||||||
pub created_tx_hash: ::prost::alloc::vec::Vec<u8>,
|
pub created_tx_hash: ::prost::alloc::vec::Vec<u8>,
|
||||||
}
|
}
|
||||||
#[allow(clippy::derive_partial_eq_without_eq)]
|
#[allow(clippy::derive_partial_eq_without_eq)]
|
||||||
|
#[allow(dead_code)]
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
pub struct Events {
|
pub struct Events {
|
||||||
#[prost(message, repeated, tag="1")]
|
#[prost(message, repeated, tag="1")]
|
||||||
pub events: ::prost::alloc::vec::Vec<Event>,
|
pub events: ::prost::alloc::vec::Vec<Event>,
|
||||||
}
|
}
|
||||||
#[allow(clippy::derive_partial_eq_without_eq)]
|
#[allow(clippy::derive_partial_eq_without_eq)]
|
||||||
|
#[allow(dead_code)]
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
pub struct Event {
|
pub struct Event {
|
||||||
#[prost(string, tag="100")]
|
#[prost(string, tag="100")]
|
||||||
@@ -48,6 +52,7 @@ pub struct Event {
|
|||||||
/// Nested message and enum types in `Event`.
|
/// Nested message and enum types in `Event`.
|
||||||
pub mod event {
|
pub mod event {
|
||||||
#[allow(clippy::derive_partial_eq_without_eq)]
|
#[allow(clippy::derive_partial_eq_without_eq)]
|
||||||
|
#[allow(dead_code)]
|
||||||
#[derive(Clone, PartialEq, ::prost::Oneof)]
|
#[derive(Clone, PartialEq, ::prost::Oneof)]
|
||||||
pub enum Type {
|
pub enum Type {
|
||||||
#[prost(message, tag="10")]
|
#[prost(message, tag="10")]
|
||||||
@@ -77,6 +82,7 @@ pub struct WithdrawEvent {
|
|||||||
pub output_token_amount: ::core::option::Option<::prost::alloc::string::String>,
|
pub output_token_amount: ::core::option::Option<::prost::alloc::string::String>,
|
||||||
}
|
}
|
||||||
#[allow(clippy::derive_partial_eq_without_eq)]
|
#[allow(clippy::derive_partial_eq_without_eq)]
|
||||||
|
#[allow(dead_code)]
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
pub struct SyncEvent {
|
pub struct SyncEvent {
|
||||||
#[prost(string, tag="1")]
|
#[prost(string, tag="1")]
|
||||||
@@ -85,6 +91,7 @@ pub struct SyncEvent {
|
|||||||
pub reserve1: ::prost::alloc::string::String,
|
pub reserve1: ::prost::alloc::string::String,
|
||||||
}
|
}
|
||||||
#[allow(clippy::derive_partial_eq_without_eq)]
|
#[allow(clippy::derive_partial_eq_without_eq)]
|
||||||
|
#[allow(dead_code)]
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
pub struct SwapEvent {
|
pub struct SwapEvent {
|
||||||
#[prost(string, tag="1")]
|
#[prost(string, tag="1")]
|
||||||
|
|||||||
Reference in New Issue
Block a user