Skip to content

Commit

Permalink
Merge pull request #4310 from weiznich/fix/ci_2024_10
Browse files Browse the repository at this point in the history
Add a new `#[allow(missing_docs)]`
  • Loading branch information
weiznich authored Oct 16, 2024
2 parents a3ea524 + 3d16a17 commit efd5955
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)] // test only module
extern crate dotenvy;

use crate::prelude::*;
Expand Down

0 comments on commit efd5955

Please sign in to comment.