We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38caae5 commit 7597dc3Copy full SHA for 7597dc3
src/github.rs
@@ -33,7 +33,7 @@ pub struct Head {
33
}
34
35
impl PrData {
36
- /// The endpoint which returns the structure [`GitHubResponse`]
+ /// The endpoint which returns the structure `GitHubResponse`
37
fn endpoint(repo: &str, pull_request: PrNumber) -> String {
38
format!("https://api.github.com/repos/{repo}/pulls/{pull_request}")
39
0 commit comments