Unbust unit tests.

Not sure how this managed to get past bors before.
This commit is contained in:
Bobby Holley 2017-04-29 16:07:08 -07:00
parent 0c4e13cbc5
commit b4d05919e2

View file

@ -1457,7 +1457,7 @@ pub mod tests {
where V: SelectorVisitor<Impl = Self::Impl> { true }
}
#[derive(PartialEq, Debug)]
#[derive(Clone, PartialEq, Debug)]
pub struct DummySelectorImpl;
#[derive(Default)]