diff options
Diffstat (limited to 'tests/rustdoc-ui/deny-missing-docs-macro.rs')
-rw-r--r-- | tests/rustdoc-ui/deny-missing-docs-macro.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/rustdoc-ui/deny-missing-docs-macro.rs b/tests/rustdoc-ui/deny-missing-docs-macro.rs deleted file mode 100644 index b1c125317..000000000 --- a/tests/rustdoc-ui/deny-missing-docs-macro.rs +++ /dev/null @@ -1,8 +0,0 @@ -//! foo - -#![deny(missing_docs)] - -#[macro_export] -macro_rules! foo { //~ ERROR - () => {} -} |