Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 5a67239

Browse files
committed
1 parent 71d2bb1 commit 5a67239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/changes.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ pub enum ChangeCategory {
4646

4747
pub use self::ChangeCategory::*;
4848

49-
impl<'a> Default for ChangeCategory {
49+
impl Default for ChangeCategory {
5050
fn default() -> Self {
5151
Patch
5252
}
5353
}
5454

55-
impl<'a> fmt::Display for ChangeCategory {
55+
impl fmt::Display for ChangeCategory {
5656
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
5757
let desc = match *self {
5858
Patch => "patch",

0 commit comments

Comments
 (0)