Skip to content

Commit 7a42278

Browse files
committed
fix doc link of private items
Signed-off-by: Sven Kanoldt <[email protected]>
1 parent fa9bd20 commit 7a42278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curlz/src/curlz/domain/request/issue_request.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub fn issue_request(
3131
backend.issue(&req, &ctx)
3232
}
3333

34-
/// issues a request with the via curl (see [`InvokeCurlBackend`])
34+
/// issues a request with the via curl
3535
pub fn issue_request_with_curl(req: IssueRequest<'_>, env: &Environment) -> crate::Result<()> {
3636
let backend = InvokeCurlBackend::default();
3737

0 commit comments

Comments
 (0)