Fix: Allow missing docs for test modules (#10893)

This commit is contained in:
Abhishek kochar
2024-09-14 00:38:47 +08:00
committed by GitHub
parent 3012018625
commit c6359b6242
7 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#![allow(missing_docs)]
use metrics::{
Counter, Gauge, Histogram, Key, KeyName, Label, Metadata, Recorder, SharedString, Unit,
};

View File

@ -1,3 +1,4 @@
#![allow(missing_docs)]
#[test]
fn compile_test() {
let t = trybuild::TestCases::new();