You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove #![allow(dead_code)] and #![allow(unused_imports)] from lib.rs if possible
Fix clippy warnings and test in CI (currently compress.rs:10 recommends using matches!... but maybe only as I use 1.51 locally and we run with 1.42 in CI... let's stick with 1.42 compatibility)
Ensure ics23.rs can be regenerated via cargo protoc without breaking the build (Fix cargo protoc error #44)
The text was updated successfully, but these errors were encountered:
Follow up from #41
api.rs
tests in no-std mode as well#![allow(dead_code)]
and#![allow(unused_imports)]
fromlib.rs
if possiblecompress.rs:10
recommends usingmatches!
... but maybe only as I use 1.51 locally and we run with 1.42 in CI... let's stick with 1.42 compatibility)ics23.rs
can be regenerated viacargo protoc
without breaking the build (Fix cargo protoc error #44)The text was updated successfully, but these errors were encountered: