Skip to content

Bitflags library update #467

Bitflags library update

Bitflags library update #467

GitHub Actions / clippy succeeded Nov 28, 2023 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (1)

sdk/core/examples/tx_cost.rs|19 col 28| warning: use of deprecated function base64::encode: Use Engine::encode
--> sdk/core/examples/tx_cost.rs:19:28
|
19 | data: Some(base64::encode("hello")),
| ^^^^^^
|
= note: #[warn(deprecated)] on by default