File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ pub use library::*;
55mod library1_0;
66#[ cfg( feature = "netcore1_0" ) ]
77#[ cfg_attr( feature = "doc-cfg" , doc( cfg( feature = "netcore1_0" ) ) ) ]
8+ #[ allow( unused) ]
89pub use library1_0:: * ;
910
1011#[ cfg( feature = "netcore2_1" ) ]
@@ -17,6 +18,7 @@ pub use library2_1::*;
1718mod library3_0;
1819#[ cfg( feature = "netcore3_0" ) ]
1920#[ cfg_attr( feature = "doc-cfg" , doc( cfg( feature = "netcore3_0" ) ) ) ]
21+ #[ allow( unused) ]
2022pub use library3_0:: * ;
2123
2224#[ cfg( feature = "net6_0" ) ]
@@ -41,6 +43,7 @@ pub use delegate_loader::*;
4143mod runtime_property;
4244#[ cfg( feature = "netcore3_0" ) ]
4345#[ cfg_attr( feature = "doc-cfg" , doc( cfg( feature = "netcore3_0" ) ) ) ]
46+ #[ allow( unused) ]
4447pub use runtime_property:: * ;
4548
4649#[ cfg( feature = "netcore3_0" ) ]
Original file line number Diff line number Diff line change @@ -7,9 +7,11 @@ mod pdcstr;
77pub use pdcstr:: * ;
88
99mod pdcstring;
10+ #[ allow( unused) ]
1011pub use pdcstring:: * ;
1112
1213mod error;
14+ #[ allow( unused) ]
1315pub use error:: * ;
1416
1517mod ext;
Original file line number Diff line number Diff line change @@ -7,9 +7,11 @@ mod pdcstr;
77pub use pdcstr:: * ;
88
99mod pdcstring;
10+ #[ allow( unused) ]
1011pub use pdcstring:: * ;
1112
1213mod error;
14+ #[ allow( unused) ]
1315pub use error:: * ;
1416
1517mod ext;
You can’t perform that action at this time.
0 commit comments