From 1e06b90eea54c07648362a967a92618758d3e2bd Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 3 Jun 2017 14:44:57 +0200 Subject: [PATCH] Try to remove annotation ...which was necessary some time ago --- libimagrt/src/configuration.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/libimagrt/src/configuration.rs b/libimagrt/src/configuration.rs index dc19dca4..0487fc94 100644 --- a/libimagrt/src/configuration.rs +++ b/libimagrt/src/configuration.rs @@ -97,7 +97,6 @@ impl Configuration { self.editor.as_ref() } - #[allow(dead_code)] // Why do I actually need this annotation on a pub function? /// Get the underlying configuration TOML object pub fn config(&self) -> &Value { &self.config