From cf2dff2b1e3fa55fa5415d524200070d0d7aacfe Mon Sep 17 00:00:00 2001 From: Albert Larsan <74931857+albertlarsan68@users.noreply.github.com> Date: Thu, 5 Jan 2023 09:13:28 +0100 Subject: Move /src/test to /tests --- .../lint-missing-doc-code-example.stderr | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 src/test/rustdoc-ui/lint-missing-doc-code-example.stderr (limited to 'src/test/rustdoc-ui/lint-missing-doc-code-example.stderr') diff --git a/src/test/rustdoc-ui/lint-missing-doc-code-example.stderr b/src/test/rustdoc-ui/lint-missing-doc-code-example.stderr deleted file mode 100644 index f9331250154..00000000000 --- a/src/test/rustdoc-ui/lint-missing-doc-code-example.stderr +++ /dev/null @@ -1,38 +0,0 @@ -error: missing code example in this documentation - --> $DIR/lint-missing-doc-code-example.rs:20:1 - | -LL | pub mod module1 { - | ^^^^^^^^^^^^^^^ - | -note: the lint level is defined here - --> $DIR/lint-missing-doc-code-example.rs:3:9 - | -LL | #![deny(rustdoc::missing_doc_code_examples)] - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -error: missing code example in this documentation - --> $DIR/lint-missing-doc-code-example.rs:38:3 - | -LL | /// doc - | ^^^^^^^ - -error: missing code example in this documentation - --> $DIR/lint-missing-doc-code-example.rs:50:1 - | -LL | /// Doc - | ^^^^^^^ - -error: missing code example in this documentation - --> $DIR/lint-missing-doc-code-example.rs:57:1 - | -LL | /// Doc - | ^^^^^^^ - -error: missing code example in this documentation - --> $DIR/lint-missing-doc-code-example.rs:64:1 - | -LL | /// Doc - | ^^^^^^^ - -error: aborting due to 5 previous errors - -- cgit 1.4.1-3-g733a5