We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634c96e commit 70ddfdfCopy full SHA for 70ddfdf
src/dist/download.rs
@@ -21,7 +21,6 @@ use crate::utils;
21
22
const UPDATE_HASH_LEN: usize = 20;
23
24
-#[derive(Clone)]
25
pub struct DownloadCfg<'a> {
26
pub dist_root: &'a str,
27
pub tmp_cx: &'a temp::Context,
src/dist/mod.rs
@@ -876,7 +876,6 @@ impl fmt::Display for Profile {
876
}
877
878
879
880
pub(crate) struct DistOptions<'a> {
881
pub(crate) cfg: &'a Cfg<'a>,
882
pub(crate) toolchain: &'a ToolchainDesc,
src/install.rs
@@ -20,7 +20,6 @@ pub(crate) enum UpdateStatus {
20
Unchanged,
pub(crate) enum InstallMethod<'a> {
Copy {
src: &'a Path,
0 commit comments