commit a0615e8f30d36fa0301a7d0fbd31a02c84c52f23 parent ef329a4d7eb35c16e2374cfd373d37083afcf494 Author: Mike Hommey <mh+mozilla@glandium.org> Date: Tue, 21 Oct 2025 07:35:33 +0000 Bug 1995471 - Ignore third-party code warnings from opentelemetry. r=jari Differential Revision: https://phabricator.services.mozilla.com/D269334 Diffstat:
| M | toolkit/components/gecko-trace/src/proto.rs | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/toolkit/components/gecko-trace/src/proto.rs b/toolkit/components/gecko-trace/src/proto.rs @@ -12,6 +12,9 @@ macro_rules! include_proto { } pub mod opentelemetry { + // Third party code is included here, and we want its warnings to be + // ignored similarly to other third party code. + #[allow(warnings)] pub mod proto { pub mod common { pub mod v1 {