Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `Debug` implementation for secrets is feature gated on `std`, this means we cannot build cleanly with `--no-default-features`. When the `std` feature is not enabled implement a dummy version of `Debug` that just displays <secret requires std feature to display>
- Loading branch information