File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
#![ warn( clippy:: dbg_macro, clippy:: print_stdout) ]
13
13
#![ doc = include_str ! ( "../README.md" ) ]
14
14
#![ doc( html_logo_url = "https://avatars.githubusercontent.com/u/112468984?s=200&v=4" ) ]
15
- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
15
+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
16
16
17
17
pub use phper;
18
18
Original file line number Diff line number Diff line change 10
10
11
11
#![ warn( rust_2018_idioms, missing_docs) ]
12
12
#![ warn( clippy:: dbg_macro, clippy:: print_stdout) ]
13
- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
13
+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
14
14
#![ doc = include_str ! ( "../README.md" ) ]
15
15
#![ doc( html_logo_url = "https://avatars.githubusercontent.com/u/112468984?s=200&v=4" ) ]
16
16
Original file line number Diff line number Diff line change 12
12
#![ warn( clippy:: dbg_macro, clippy:: print_stdout) ]
13
13
#![ doc = include_str ! ( "../README.md" ) ]
14
14
#![ doc( html_logo_url = "https://avatars.githubusercontent.com/u/112468984?s=200&v=4" ) ]
15
- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
15
+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
16
16
17
17
#[ macro_use]
18
18
mod macros;
You can’t perform that action at this time.
0 commit comments