mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 04:37:57 +00:00
Update CI image to use the latest rustc (#4200)
* Update CI image to use the latest rustc * Warning is ok about empty enum when no messages * revert ci image to production Co-authored-by: gilescope <gilescope@gmail.com>
This commit is contained in:
committed by
GitHub
parent
ffcab0e78a
commit
52bcb45a92
@@ -56,6 +56,7 @@ pub(crate) fn impl_channels_out_struct(info: &OverseerInfo) -> Result<proc_macro
|
||||
)*
|
||||
}
|
||||
|
||||
#[allow(unreachable_code)] // when no defined messages in enum
|
||||
impl ChannelsOut {
|
||||
/// Send a message via a bounded channel.
|
||||
pub async fn send_and_log_error(
|
||||
|
||||
Reference in New Issue
Block a user