Try to remove annotation

...which was necessary some time ago
This commit is contained in:
Matthias Beyer 2017-06-03 14:44:57 +02:00
parent 0f47c4afc7
commit 1e06b90eea

View file

@ -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