We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb3629 commit bcf4868Copy full SHA for bcf4868
opentelemetry-proto/src/lib.rs
@@ -29,7 +29,6 @@
29
// we shouldn't manually change it. Thus skip format and lint check.
30
#[rustfmt::skip]
31
#[allow(warnings)]
32
-#[allow(ambiguous_associated_items)] // TODO: Remove this allow as soon as <https://github.com/tokio-rs/prost/issues/1097> is resolved and released.
33
#[doc(hidden)]
34
mod proto;
35
0 commit comments