From 3f673cd5d42424cd128772c1336a52ffe709d753 Mon Sep 17 00:00:00 2001 From: "Brie Francois (IFAG CSS TI SW FW)" Date: Mon, 7 Oct 2024 13:41:48 +0200 Subject: [PATCH] new line --- src/doc/rustdoc/src/unstable-features.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/doc/rustdoc/src/unstable-features.md b/src/doc/rustdoc/src/unstable-features.md index 77bd765fe6a45..aa161492f7467 100644 --- a/src/doc/rustdoc/src/unstable-features.md +++ b/src/doc/rustdoc/src/unstable-features.md @@ -658,4 +658,3 @@ mod tests { Note: * `--cfg test` must be set because tests are guarded by #[cfg(test)]. * `--document-private-items` is typically required because it is standard practice to keep test items private. By enabling this option, you ensure that private items, including tests, are documented as needed while maintaining their non-public status. -