Browse Source

Update xtask

徐启航 1 year ago
parent
commit
26e75a7f10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      xtask/src/dist.rs

+ 1 - 1
xtask/src/dist.rs

@@ -114,7 +114,7 @@ impl Dist {
     }
 
     fn build_vdso(
-        self,
+        &self,
         src_root: &Path,
         cargo: &String,
         target_root: &String,