From 57fb2610ad274dff1d2f2e4d43dfce05ca9c4835 Mon Sep 17 00:00:00 2001 From: Federico Pasqua Date: Sat, 14 Mar 2020 15:46:36 +0100 Subject: General upgrade for clippy fix and remove of deprecated methods for errors --- src/file/source/string.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/file/source/string.rs') diff --git a/src/file/source/string.rs b/src/file/source/string.rs index a2f66cb..3896cce 100644 --- a/src/file/source/string.rs +++ b/src/file/source/string.rs @@ -19,7 +19,7 @@ impl FileSource for FileSourceString { fn resolve( &self, format_hint: Option, - ) -> Result<(Option, String, FileFormat), Box> { + ) -> Result<(Option, String, FileFormat), Box> { Ok(( None, self.0.clone(), -- cgit v1.2.3