diesel-rs / diesel

A safe, extensible ORM and Query Builder for Rust
https://diesel.rs
Apache License 2.0
12.79k stars 1.08k forks source link

Add a new `#[allow(missing_docs)]` #4310

Closed weiznich closed 1 month ago

weiznich commented 1 month ago

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.