Skip to content

Commit aa118ab

Browse files
committed
misc: fix doc
Signed-off-by: Anthony Griffon <[email protected]>
1 parent 008ba4f commit aa118ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ impl ApolloTracing {
116116
///
117117
/// * autorization_token - Token to send metrics to apollo studio.
118118
/// * hostname - Hostname like yourdomain-graphql-1.io
119-
/// * graph_ref - <ref>@<variant> Graph reference with variant
119+
/// * graph_ref - `ref@variant` Graph reference with variant
120120
/// * release_name - Your release version or release name from Git for example
121121
pub fn new(
122122
authorization_token: String,

src/proto.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(rustdoc::all)]
12
#![allow(clippy::all)]
23

34
pub mod report {

0 commit comments

Comments
 (0)