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
29
+ log rand
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 23
23
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
24
24
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
25
25
html_root_url = "https://doc.rust-lang.org/nightly/" ,
26
- html_playground_url = "https://play.rust-lang.org/" ) ]
26
+ html_playground_url = "https://play.rust-lang.org/" ,
27
+ test( attr( deny( warnings) ) ) ) ]
27
28
#![ no_std]
28
29
#![ staged_api]
29
30
#![ unstable( feature = "rand" ,
You can’t perform that action at this time.
0 commit comments