File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212#![ allow( internal_features) ]
1313#![ cfg_attr( test, feature( test) ) ]
1414#![ deny( unsafe_op_in_unsafe_fn) ]
15- #![ doc( test( no_crate_inject, attr( deny( warnings) ) ) ) ]
15+ #![ doc( test( no_crate_inject, attr( deny( warnings) , allow ( internal_features ) ) ) ) ]
1616#![ feature( core_intrinsics) ]
1717#![ feature( decl_macro) ]
1818#![ feature( dropck_eyepatch) ]
Original file line number Diff line number Diff line change 55//! This API is completely unstable and subject to change.
66
77// tidy-alphabetical-start
8- #![ doc( test( attr( deny( warnings) ) ) ) ]
8+ #![ doc( test( attr( deny( warnings) , allow ( internal_features ) ) ) ) ]
99#![ feature( array_windows) ]
1010#![ feature( associated_type_defaults) ]
1111#![ feature( box_patterns) ]
Original file line number Diff line number Diff line change 270270//! * [DOT language](https://www.graphviz.org/doc/info/lang.html)
271271
272272// tidy-alphabetical-start
273- #![ doc( test( attr( allow( unused_variables) , deny( warnings) ) ) ) ]
273+ #![ doc( test( attr( allow( unused_variables) , deny( warnings) , allow ( internal_features ) ) ) ) ]
274274// tidy-alphabetical-end
275275
276276use std:: borrow:: Cow ;
Original file line number Diff line number Diff line change 88// We want to be able to build this crate with a stable compiler,
99// so no `#![feature]` attributes should be added.
1010#![ deny( unstable_features) ]
11- #![ doc( test( attr( deny( warnings) ) ) ) ]
11+ #![ doc( test( attr( deny( warnings) , allow ( internal_features ) ) ) ) ]
1212// tidy-alphabetical-end
1313
1414use std:: ops:: Range ;
Original file line number Diff line number Diff line change 77//! This API is still completely unstable and subject to change.
88
99#![ allow( rustc:: usage_of_ty_tykind) ]
10- #![ doc( test( attr( allow( unused_variables) , deny( warnings) ) ) ) ]
10+ #![ doc( test( attr( allow( unused_variables) , deny( warnings) , allow ( internal_features ) ) ) ) ]
1111#![ feature( sized_hierarchy) ]
1212//!
1313//! This crate shall contain all type definitions and APIs that we expect third-party tools to invoke to
Original file line number Diff line number Diff line change 1313
1414// tidy-alphabetical-start
1515#![ allow( rustc:: usage_of_ty_tykind) ]
16- #![ doc( test( attr( allow( unused_variables) , deny( warnings) ) ) ) ]
16+ #![ doc( test( attr( allow( unused_variables) , deny( warnings) , allow ( internal_features ) ) ) ) ]
1717#![ feature( sized_hierarchy) ]
1818#![ feature( trait_alias) ]
1919// tidy-alphabetical-end
Original file line number Diff line number Diff line change 44#![ allow( internal_features) ]
55#![ allow( rustc:: internal) ]
66#![ cfg_attr( test, feature( test) ) ]
7- #![ doc( test( attr( allow( unused_variables) , deny( warnings) ) ) ) ]
7+ #![ doc( test( attr( allow( unused_variables) , deny( warnings) , allow ( internal_features ) ) ) ) ]
88#![ feature( core_intrinsics) ]
99#![ feature( min_specialization) ]
1010#![ feature( never_type) ]
You can’t perform that action at this time.
0 commit comments