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 12e832f commit ae4e1f8Copy full SHA for ae4e1f8
src/gh/author.rs
@@ -4,7 +4,7 @@ use super::{GetDetail, GetEdit, GetLabel};
4
5
impl GetLabel for Author {
6
fn get_label(&self) -> String {
7
- format!("{} <{:?}>", self.login, self.email)
+ self.login.to_string()
8
}
9
10
impl GetEdit for Author {
0 commit comments