Skip to content

Commit 6f34ee3

Browse files
committed
Add allow over generated module
1 parent 8ad764a commit 6f34ee3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opentelemetry-proto/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
// we shouldn't manually change it. Thus skip format and lint check.
3030
#[rustfmt::skip]
3131
#[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.
3233
#[doc(hidden)]
3334
mod proto;
3435

0 commit comments

Comments
 (0)