Skip to content

Commit c98b7c3

Browse files
authored
Fix breaking change in rust team API (#2218)
Upstream PR that removed the discord field: rust-lang/team#2043
1 parent 883a81d commit c98b7c3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/teams.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,14 +360,12 @@ mod tests {
360360
page: name.into(),
361361
email: None,
362362
repo: None,
363-
discord: None,
364363
zulip_stream: None,
365364
weight: 0,
366365
matrix_room: None,
367366
}),
368367
roles: Vec::new(),
369368
github: None,
370-
discord: vec![],
371369
top_level: None,
372370
}
373371
}

0 commit comments

Comments
 (0)