Fixed test compilation error

This commit is contained in:
Antoine Gersant 2018-10-28 17:07:11 -07:00
parent c25dc8155f
commit 5786c99b3a

View file

@ -435,7 +435,7 @@ where
Ok(()) Ok(())
} }
fn update<T>(db: &T) -> Result<(), errors::Error> pub fn update<T>(db: &T) -> Result<(), errors::Error>
where where
T: ConnectionSource + VFSSource, T: ConnectionSource + VFSSource,
{ {