File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ use std::env::consts::EXE_SUFFIX;
47
47
use std:: fs;
48
48
use std:: path:: { Component , Path , PathBuf } ;
49
49
use std:: process:: { self , Command } ;
50
- mod types ;
51
- use types :: PathUpdateMethod ;
50
+ mod path_update ;
51
+ use path_update :: PathUpdateMethod ;
52
52
#[ cfg( unix) ]
53
53
mod unix;
54
54
#[ cfg( windows) ]
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
use super :: * ;
2
+ use path_update:: PathUpdateMethod ;
2
3
use rustup:: utils:: utils;
3
4
use rustup:: utils:: Notification ;
4
5
use std:: env;
5
6
use std:: path:: { Path , PathBuf } ;
6
7
use std:: process:: { self , Command } ;
7
- use types:: PathUpdateMethod ;
8
8
9
9
// If the user is trying to install with sudo, on some systems this will
10
10
// result in writing root-owned files to the user's home directory, because
Original file line number Diff line number Diff line change 1
1
use super :: * ;
2
+ use path_update:: PathUpdateMethod ;
2
3
use rustup:: dist:: dist:: TargetTriple ;
3
4
use rustup:: utils:: utils;
4
5
use rustup:: utils:: Notification ;
5
6
use std:: env;
6
7
use std:: env:: consts:: EXE_SUFFIX ;
7
8
use std:: path:: Path ;
8
9
use std:: process:: { self , Command } ;
9
- use types:: PathUpdateMethod ;
10
10
11
11
// Provide guidance about setting up MSVC if it doesn't appear to be
12
12
// installed
You can’t perform that action at this time.
0 commit comments