Fixed test compilation error
This commit is contained in:
parent
c25dc8155f
commit
5786c99b3a
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ where
|
|||
Ok(())
|
||||
}
|
||||
|
||||
fn update<T>(db: &T) -> Result<(), errors::Error>
|
||||
pub fn update<T>(db: &T) -> Result<(), errors::Error>
|
||||
where
|
||||
T: ConnectionSource + VFSSource,
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue