Closed weiznich closed 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.
#[allow(missing_docs)]
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.