File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/tools/rust-analyzer/crates/rust-analyzer/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -689,7 +689,7 @@ impl GlobalState {
689
689
self . fetch_workspaces_queue
690
690
. op_completed ( Some ( ( workspaces, force_reload_crate_graph) ) ) ;
691
691
if let Err ( e) = self . fetch_workspace_error ( ) {
692
- error ! ( "FetchWorkspaceError:\n {e}" ) ;
692
+ error ! ( "FetchWorkspaceError: {e}" ) ;
693
693
}
694
694
self . wants_to_switch = Some ( "fetched workspace" . to_owned ( ) ) ;
695
695
( Progress :: End , None )
@@ -729,7 +729,7 @@ impl GlobalState {
729
729
BuildDataProgress :: End ( build_data_result) => {
730
730
self . fetch_build_data_queue . op_completed ( build_data_result) ;
731
731
if let Err ( e) = self . fetch_build_data_error ( ) {
732
- error ! ( "FetchBuildDataError:\n {e}" ) ;
732
+ error ! ( "FetchBuildDataError: {e}" ) ;
733
733
}
734
734
735
735
if self . wants_to_switch . is_none ( ) {
You can’t perform that action at this time.
0 commit comments