configuration should return editor_opts() -> String
This commit is contained in:
parent
d68d0088e8
commit
ad1a0e7f47
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@ impl Configuration {
|
|||
self.editor.clone()
|
||||
}
|
||||
|
||||
pub fn editor_opts(&self) -> &String {
|
||||
&self.editor_opts
|
||||
pub fn editor_opts(&self) -> String {
|
||||
self.editor_opts.clone()
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue