Skip to content

Format fix

Format fix #4

Triggered via pull request November 30, 2023 15:32
Status Failure
Total duration 35s
Artifacts

clippy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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