From cba2f0d39afe71293742f97dcfd6c610031e5bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Fri, 24 May 2019 17:22:14 -0700 Subject: [PATCH] fix(lint): clippy told me to do this --- src/content/path.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/path.rs b/src/content/path.rs index 75884ed..26055e1 100644 --- a/src/content/path.rs +++ b/src/content/path.rs @@ -1,7 +1,7 @@ use std::path::{PathBuf, Path}; use ssri::Integrity; -const CONTENT_VERSION: &'static str = "2"; +const CONTENT_VERSION: &str = "2"; // Current format of content file path: //