mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-03 23:27:59 +00:00
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 {
|
||||
pub fn is_development(&self) -> bool {
|
||||
self.zed_environment == "development"
|
||||
self.zed_environment == "development".into()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue