File tree 1 file changed +0
-19
lines changed
1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -141,19 +141,6 @@ fn expand_manifest_(
141
141
toml:: Value :: Array ( vec ! [ toml:: Value :: Table ( bin) ] ) ,
142
142
) ;
143
143
144
- let release = manifest
145
- . entry ( "profile" . to_owned ( ) )
146
- . or_insert_with ( || toml:: Value :: Table ( Default :: default ( ) ) )
147
- . as_table_mut ( )
148
- . ok_or_else ( || anyhow:: format_err!( "`profile` must be a table" ) ) ?
149
- . entry ( "release" . to_owned ( ) )
150
- . or_insert_with ( || toml:: Value :: Table ( Default :: default ( ) ) )
151
- . as_table_mut ( )
152
- . ok_or_else ( || anyhow:: format_err!( "`profile.release` must be a table" ) ) ?;
153
- release
154
- . entry ( "strip" . to_owned ( ) )
155
- . or_insert_with ( || toml:: Value :: Boolean ( true ) ) ;
156
-
157
144
Ok ( manifest)
158
145
}
159
146
@@ -588,9 +575,6 @@ build = false
588
575
edition = "2024"
589
576
name = "test-"
590
577
591
- [profile.release]
592
- strip = true
593
-
594
578
[workspace]
595
579
596
580
"# ] ]
@@ -626,9 +610,6 @@ build = false
626
610
edition = "2024"
627
611
name = "test-"
628
612
629
- [profile.release]
630
- strip = true
631
-
632
613
[workspace]
633
614
634
615
"# ] ]
You can’t perform that action at this time.
0 commit comments