Skip to content

Commit

Permalink
Allow a missing doc warning for a test module
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Nov 21, 2024
1 parent cbefbb0 commit f1b1488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diesel/src/test_helpers.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(missing_docs)]
extern crate dotenvy;

use crate::prelude::*;
Expand Down

0 comments on commit f1b1488

Please sign in to comment.