Merge pull request #85 from matklad/debug-snapshot

make Snapshot Debug
This commit is contained in:
Niko Matsakis 2018-11-04 06:14:03 -05:00 committed by GitHub
commit 6dac59cd6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -299,6 +299,7 @@ pub trait ParallelDatabase: Database + Send {
/// for more details.
///
/// [fm]: trait.ParallelDatabase#method.snapshot
#[derive(Debug)]
pub struct Snapshot<DB>
where
DB: ParallelDatabase,