Skip to content

Commit

Permalink
[stability #171] refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Aug 25, 2021
1 parent 47f0626 commit 0870f3c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion git-actor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ pub struct Time {
pub sign: Sign,
}

mod types;
mod time;
2 changes: 1 addition & 1 deletion git-actor/src/signature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mod convert {

impl Signature {
/// Borrow this instance as signature_ref
pub fn borrow(&self) -> SignatureRef<'_> {
pub fn to_ref(&self) -> SignatureRef<'_> {
SignatureRef {
name: self.name.as_ref(),
email: self.email.as_ref(),
Expand Down
File renamed without changes.

0 comments on commit 0870f3c

Please sign in to comment.