From 458400898ca9d6f339ec836d51424cfac3e12300 Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Mon, 8 Feb 2021 23:18:16 -0500 Subject: small clippy change --- ipfs-api/src/client/from_uri.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipfs-api/src') diff --git a/ipfs-api/src/client/from_uri.rs b/ipfs-api/src/client/from_uri.rs index 8d22f41..be51cd8 100644 --- a/ipfs-api/src/client/from_uri.rs +++ b/ipfs-api/src/client/from_uri.rs @@ -13,7 +13,7 @@ use std::{ str::FromStr, }; -const VERSION_PATH_V0: &'static str = "/api/v0"; +const VERSION_PATH_V0: &str = "/api/v0"; /// Builds the base url path for the Ipfs api. /// -- cgit v1.2.3