mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Fix: Allow missing docs for test modules (#10893)
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
#![allow(missing_docs)]
|
||||
use metrics::{
|
||||
Counter, Gauge, Histogram, Key, KeyName, Label, Metadata, Recorder, SharedString, Unit,
|
||||
};
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
#![allow(missing_docs)]
|
||||
#[test]
|
||||
fn compile_test() {
|
||||
let t = trybuild::TestCases::new();
|
||||
|
||||
Reference in New Issue
Block a user