-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make GitOid display print URL format (#116)
Previously the Display impl for GitOid printed some but not all of the data associated with the URL representation. This commit changes that to just print the URL representation, and updates the GitOid::url method to delegate to `to_string` which delegates to that `Display` impl. Signed-off-by: Andrew Lilley Brinker <[email protected]>
- Loading branch information
1 parent
d1283a9
commit 78c2b3b
Showing
2 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters