Try to remove annotation
...which was necessary some time ago
This commit is contained in:
parent
0f47c4afc7
commit
1e06b90eea
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ impl Configuration {
|
||||||
self.editor.as_ref()
|
self.editor.as_ref()
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(dead_code)] // Why do I actually need this annotation on a pub function?
|
|
||||||
/// Get the underlying configuration TOML object
|
/// Get the underlying configuration TOML object
|
||||||
pub fn config(&self) -> &Value {
|
pub fn config(&self) -> &Value {
|
||||||
&self.config
|
&self.config
|
||||||
|
|
Loading…
Reference in a new issue