mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
str instead of String
This commit is contained in:
parent
b6c60beb2d
commit
4da6d8ccc7
@ -242,7 +242,7 @@ pub fn start(
|
|||||||
Ok((client, server_rx, initialize_notify))
|
Ok((client, server_rx, initialize_notify))
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn name(&self) -> &String {
|
pub fn name(&self) -> &str {
|
||||||
&self.name
|
&self.name
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user