File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -904,14 +904,6 @@ fn inner_dependency_inherit_with<'a>(
904
904
this could become a hard error in the future"
905
905
) )
906
906
}
907
- deprecated_underscore (
908
- & dependency. default_features2 ,
909
- & dependency. default_features ,
910
- "default-features" ,
911
- name,
912
- "dependency" ,
913
- warnings,
914
- ) ;
915
907
inherit ( ) ?. get_dependency ( name, package_root) . map ( |d| {
916
908
match d {
917
909
manifest:: TomlDependency :: Simple ( s) => {
Original file line number Diff line number Diff line change @@ -1426,8 +1426,6 @@ fn workspace_default_features2() {
1426
1426
"\
1427
1427
warning: [CWD]/workspace_only/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
1428
1428
(in the `dep_workspace_only` dependency)
1429
- warning: [CWD]/package_only/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
1430
- (in the `dep_package_only` dependency)
1431
1429
Locking 4 packages to latest compatible versions
1432
1430
Checking dep_package_only v0.1.0 ([CWD]/dep_package_only)
1433
1431
Checking dep_workspace_only v0.1.0 ([CWD]/dep_workspace_only)
You can’t perform that action at this time.
0 commit comments