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()
|
||||
}
|
||||
|
||||
#[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
|
||||
|
|
Loading…
Reference in a new issue