tests/prune.rs: fix compile error
This commit is contained in:
		| @ -30,7 +30,7 @@ fn create_info( | ||||
|     partial: bool, | ||||
| ) -> BackupInfo { | ||||
|  | ||||
|     let backup_dir = BackupDir::parse(snapshot).unwrap(); | ||||
|     let backup_dir: BackupDir = snapshot.parse().unwrap(); | ||||
|  | ||||
|     let mut files = Vec::new(); | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user