Skip to content

Commit d6e0ff6

Browse files
committed
---
yaml --- r: 6713 b: refs/heads/master c: 1753607 h: refs/heads/master i: 6711: 86863fb v: v3
1 parent 5605ac5 commit d6e0ff6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: f82d101511a0d35e2a7461003b6dd2f966ac7e92
2+
refs/heads/master: 1753607f6afdeb6e5e4fde37a449ca9bfd7ab33e

trunk/src/cargo/cargo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ fn configure() -> cargo {
147147
c
148148
}
149149

150-
fn install_one_crate(c: cargo, path: str, cf: str, p: pkg) {
150+
fn install_one_crate(c: cargo, _path: str, cf: str, _p: pkg) {
151151
let name = fs::basename(cf);
152152
let ri = str::index(name, '.' as u8);
153153
if ri != -1 {

0 commit comments

Comments
 (0)