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 008ba4f commit aa118abCopy full SHA for aa118ab
src/lib.rs
@@ -116,7 +116,7 @@ impl ApolloTracing {
116
///
117
/// * autorization_token - Token to send metrics to apollo studio.
118
/// * hostname - Hostname like yourdomain-graphql-1.io
119
- /// * graph_ref - <ref>@<variant> Graph reference with variant
+ /// * graph_ref - `ref@variant` Graph reference with variant
120
/// * release_name - Your release version or release name from Git for example
121
pub fn new(
122
authorization_token: String,
src/proto.rs
@@ -1,3 +1,4 @@
1
+#![allow(rustdoc::all)]
2
#![allow(clippy::all)]
3
4
pub mod report {
0 commit comments