()
| 128 | } |
| 129 | |
| 130 | fn install() -> Result<()> { |
| 131 | open::that("https://aka.ms/vs/17/release/vs_BuildTools.exe")?; |
| 132 | Ok(()) |
| 133 | } |
| 134 | |
| 135 | pub fn path_to_exe(path: &str, _: bool) -> PathBuf { |
| 136 | let version_txt = |
no outgoing calls
no test coverage detected