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:
Alexander Samusev
2021-11-03 12:15:15 +01:00
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(