We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Serialize
1 parent 761c465 commit 8cacc02Copy full SHA for 8cacc02
src/cargo/core/compiler/timings.rs
@@ -191,7 +191,6 @@ impl SectionData {
191
}
192
193
/// Contains post-processed data of individual compilation sections.
194
-#[derive(serde::Serialize)]
195
enum AggregatedSections {
196
/// We know the names and durations of individual compilation sections
197
Sections(Vec<(String, SectionData)>),
0 commit comments