File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ TEST_TARGET_CRATES = $(filter-out core rustc_unicode alloc_system \
26
26
alloc_jemalloc,$(TARGET_CRATES ) ) \
27
27
collectionstest coretest
28
28
TEST_DOC_CRATES = $(DOC_CRATES ) arena flate fmt_macros getopts graphviz \
29
- log rand rbml serialize syntax
29
+ log rand rbml serialize syntax term
30
30
TEST_HOST_CRATES = $(filter-out rustc_typeck rustc_borrowck rustc_resolve \
31
31
rustc_trans rustc_lint,\
32
32
$(HOST_CRATES ) )
Original file line number Diff line number Diff line change 53
53
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
54
54
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
55
55
html_root_url = "https://doc.rust-lang.org/nightly/" ,
56
- html_playground_url = "https://play.rust-lang.org/" ) ]
56
+ html_playground_url = "https://play.rust-lang.org/" ,
57
+ test( attr( deny( warnings) ) ) ) ]
57
58
#![ deny( missing_docs) ]
58
59
59
60
#![ feature( box_syntax) ]
You can’t perform that action at this time.
0 commit comments