Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add working
Debug
impl for caching session
The previous derived implementation was not actually usable because it had `Debug` bounds on the type parameters. The `RandomState` default value for the `S` argument does not impl `Debug`, so this didn't work. This commit switches to a manual `Debug` impl that doesn't have these unnecessary bounds.
- Loading branch information