Fix merge conflict
This commit is contained in:
parent
bebb528656
commit
b801e0a46e
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ pub struct Config {
|
||||||
|
|
||||||
impl Config {
|
impl Config {
|
||||||
pub fn is_development(&self) -> bool {
|
pub fn is_development(&self) -> bool {
|
||||||
self.zed_environment == "development"
|
self.zed_environment == "development".into()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue