Revert "backup/datastore: fn open is a private implementation detail"
This reverts commit 3dacd9a660.
I currently use this in some test ...
			
			
This commit is contained in:
		| @ -67,7 +67,7 @@ impl DataStore { | ||||
|         bail!("store not found"); | ||||
|     } | ||||
|  | ||||
|     fn open(store_name: &str) -> Result<Self, Error> { | ||||
|     pub fn open(store_name: &str) -> Result<Self, Error> { | ||||
|  | ||||
|         let config = datastore::config()?; | ||||
|         let (_, store_config) = config.sections.get(store_name) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user