Skip to content

Commit 1d9e956

Browse files
Kobzolibilalkayy
authored andcommitted
Remove unused Serialize derive
1 parent 43bb5c9 commit 1d9e956

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cargo/core/compiler/timings.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ impl SectionData {
191191
}
192192

193193
/// Contains post-processed data of individual compilation sections.
194-
#[derive(serde::Serialize)]
195194
enum AggregatedSections {
196195
/// We know the names and durations of individual compilation sections
197196
Sections(Vec<(String, SectionData)>),

0 commit comments

Comments
 (0)