Skip to content

Commit 8914b1a

Browse files
authored
Update registry.rs
1 parent 5862698 commit 8914b1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cargo/ops/registry.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,6 @@ pub fn modify_owners(config: &Config, opts: &OwnersOptions) -> CargoResult<()> {
10031003
.map(|s| s.collect::<Vec<_>>())
10041004
.and_then(|t| Some(t.iter().map(|s| s.as_str()).collect::<Vec<_>>()))
10051005
.unwrap();
1006-
println!("v name == {:#?}", v);
10071006
let msg = registry.add_owners(&name, &v).with_context(|| {
10081007
format!(
10091008
"failed to invite owners to crate `{}` on registry at {}",

0 commit comments

Comments
 (0)