mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Remove clone
This commit is contained in:
parent
a69f19a6a5
commit
b1ec08e3ff
@ -47,7 +47,7 @@ pub fn main_loop(config: Config, connection: Connection) -> Result<()> {
|
|||||||
SetThreadPriority(thread, thread_priority_above_normal);
|
SetThreadPriority(thread, thread_priority_above_normal);
|
||||||
}
|
}
|
||||||
|
|
||||||
GlobalState::new(connection.sender.clone(), config).run(connection.receiver)
|
GlobalState::new(connection.sender, config).run(connection.receiver)
|
||||||
}
|
}
|
||||||
|
|
||||||
enum Event {
|
enum Event {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user