File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ use url::Url;
35
35
36
36
struct CurlTransport {
37
37
handle : Arc < Mutex < Easy > > ,
38
- /// The URL of the remote server, e.g. " https://github.com/user/repo"
38
+ /// The URL of the remote server, e.g. ` https://github.com/user/repo`
39
39
///
40
40
/// This is an empty string until the first action is performed.
41
41
/// If there is an HTTP redirect, this will be updated with the new URL.
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ impl<'repo> Tree<'repo> {
102
102
///
103
103
/// libgit2 requires that the callback be an integer, where 0 indicates a
104
104
/// successful visit, 1 skips the node, and -1 aborts the traversal completely.
105
- /// You may opt to use the enum [`TreeWalkResult`](TreeWalkResult) instead.
105
+ /// You may opt to use the enum [`TreeWalkResult`] instead.
106
106
///
107
107
/// ```ignore
108
108
/// let mut ct = 0;
You can’t perform that action at this time.
0 commit comments