File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ $(eval $(call RUST_CRATE,collectionstest))
25
25
TEST_TARGET_CRATES = $(filter-out core rustc_unicode alloc_system libc \
26
26
alloc_jemalloc,$(TARGET_CRATES ) ) \
27
27
collectionstest coretest
28
- TEST_DOC_CRATES = $(DOC_CRATES ) arena flate
28
+ TEST_DOC_CRATES = $(DOC_CRATES ) arena flate fmt_macros
29
29
TEST_HOST_CRATES = $(filter-out rustc_typeck rustc_borrowck rustc_resolve \
30
30
rustc_trans rustc_lint,\
31
31
$(HOST_CRATES ) )
Original file line number Diff line number Diff line change 24
24
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
25
25
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
26
26
html_root_url = "https://doc.rust-lang.org/nightly/" ,
27
- html_playground_url = "https://play.rust-lang.org/" ) ]
27
+ html_playground_url = "https://play.rust-lang.org/" ,
28
+ test( attr( deny( warnings) ) ) ) ]
28
29
29
30
#![ feature( staged_api) ]
30
31
#![ feature( unicode) ]
You can’t perform that action at this time.
0 commit comments