diff options
| author | Kevin Butler <haqkrs@gmail.com> | 2015-11-03 15:30:14 +0000 |
|---|---|---|
| committer | Kevin Butler <haqkrs@gmail.com> | 2015-11-12 05:16:20 +0000 |
| commit | e3976cda641d4f6187abdea617968457684bfb97 (patch) | |
| tree | ba4a019784e2ef4246548dff568b9eff3f66743e /src/libfmt_macros | |
| parent | 0226fa17cca3e168222bbfb755b7c6f76ae050c6 (diff) | |
| download | rust-e3976cda641d4f6187abdea617968457684bfb97.tar.gz rust-e3976cda641d4f6187abdea617968457684bfb97.zip | |
libfmt_macros: deny warnings in doctests
Diffstat (limited to 'src/libfmt_macros')
| -rw-r--r-- | src/libfmt_macros/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libfmt_macros/lib.rs b/src/libfmt_macros/lib.rs index ed767ab1e5c..dc69f38e4e7 100644 --- a/src/libfmt_macros/lib.rs +++ b/src/libfmt_macros/lib.rs @@ -24,7 +24,8 @@ #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png", html_favicon_url = "https://doc.rust-lang.org/favicon.ico", html_root_url = "https://doc.rust-lang.org/nightly/", - html_playground_url = "https://play.rust-lang.org/")] + html_playground_url = "https://play.rust-lang.org/", + test(attr(deny(warnings))))] #![feature(staged_api)] #![feature(unicode)] |
