Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Debug derives #20

Merged
merged 1 commit into from
Mar 5, 2022
Merged

Add Debug derives #20

merged 1 commit into from
Mar 5, 2022

Conversation

AlyoshaVasilieva
Copy link

I ran into an issue where I couldn't call into_inner().unwrap() on a BufWriter<Encoder<File>> because it needed Encoder to be Debug. So I've added Debug derive to types without it.

@pmarks pmarks merged commit 0a1d269 into 10XGenomics:master Mar 5, 2022
@AlyoshaVasilieva AlyoshaVasilieva deleted the impl branch March 5, 2022 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants