commitstatus: error: make debug

This commit is contained in:
Graham Christensen 2020-03-31 19:04:38 -04:00
parent 85649b0c79
commit 750bc88e5f
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F

View file

@ -74,6 +74,7 @@ impl<'a> CommitStatus<'a> {
}
}
#[derive(Debug)]
pub enum CommitStatusError {
HubcapsError(hubcaps::Error),
}