mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
internal: use consistent style for error handling
This commit is contained in:
parent
49318bbae7
commit
6303551cb8
22 changed files with 128 additions and 134 deletions
|
@ -318,7 +318,7 @@ impl GlobalState {
|
|||
// crate see https://github.com/rust-lang/rust-analyzer/issues/13029
|
||||
if let Some((path, force_crate_graph_reload)) = workspace_structure_change {
|
||||
self.fetch_workspaces_queue.request_op(
|
||||
format!("workspace vfs file change: {}", path.display()),
|
||||
format!("workspace vfs file change: {path}"),
|
||||
force_crate_graph_reload,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue