Fix build

This commit is contained in:
Matthias Beyer 2017-06-13 09:10:31 +02:00
parent 625938398d
commit 05c316a1ed
1 changed files with 3 additions and 3 deletions

View File

@ -355,7 +355,7 @@ mod tests {
use libimagstore::storeid::StoreId;
use libimagstore::store::{Result as StoreResult, FileLockEntry};
static DEFAULT_ENTRY: &str = "\
static DEFAULT_ENTRY: &'static str = "\
---\
[imag]\
links = []\
@ -370,8 +370,8 @@ version = \"0.3.0\"\
impl<'a> MockLinkApp<'a> {
fn new(args: Vec<&'static str>) -> Self {
Self {
args,
MockLinkApp {
args: args,
inner: ::build_ui(Runtime::get_default_cli_builder("imag-link",
"0.3.0",
"Link entries test")),