Skip to content

Commit

Permalink
Add a new #[allow(missing_docs)]
Browse files Browse the repository at this point in the history
This commit adds a new `#[allow(missing_docs)]` attribute to supress a
new warning on rustc +beta for our test code. We do not really care
about doc comments there.
  • Loading branch information
weiznich committed Oct 16, 2024
1 parent a3ea524 commit 3d16a17
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 3d16a17

Please sign in to comment.