Format fix #4
Annotations
2 errors
the size for values of type `str` cannot be known at compilation time:
src/encoder.rs#L18
error[E0277]: the size for values of type `str` cannot be known at compilation time
--> src/encoder.rs:18:31
|
18 | pub(crate) const DIGESTS_KEY: str = "_sd";
| ^^^ doesn't have a size known at compile-time
|
= help: the trait `std::marker::Sized` is not implemented for `str`
|
clippy
Clippy had exited with the 101 exit code
|