summaryrefslogtreecommitdiffstats
path: root/ipfs-cli/src/command/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-cli/src/command/mod.rs')
-rw-r--r--ipfs-cli/src/command/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipfs-cli/src/command/mod.rs b/ipfs-cli/src/command/mod.rs
index b260902..7d12053 100644
--- a/ipfs-cli/src/command/mod.rs
+++ b/ipfs-cli/src/command/mod.rs
@@ -10,8 +10,8 @@ use std::error::Error;
use std::fs;
-pub const EXPECTED_API: &'static str = "expected response from API";
-pub const EXPECTED_FILE: &'static str = "expected to read input file";
+pub const EXPECTED_API: &str = "expected response from API";
+pub const EXPECTED_FILE: &str = "expected to read input file";
/// Verifies that a path points to a file that exists, and not a directory.