Skip to content

Commit 8cacc02

Browse files
committed
Remove unused Serialize derive
1 parent 761c465 commit 8cacc02

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)