Skip to content

Commit f6bf266

Browse files
committed
Fix doc example.
1 parent 08bd265 commit f6bf266

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

fxprof-processed-profile/src/markers/static_schema.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use super::types::{
2323
/// ```
2424
/// use fxprof_processed_profile::{
2525
/// Profile, Marker, MarkerLocations, MarkerStringFieldFormat, Schema,
26-
/// MarkerField, Marker, Category, CategoryColor, StringHandle,
26+
/// MarkerField, Category, CategoryColor, StringHandle,
2727
/// };
2828
///
2929
/// /// An example marker type with a name and some text content.

fxprof-processed-profile/src/profile.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,8 +1044,7 @@ impl Profile {
10441044
/// ```
10451045
/// use fxprof_processed_profile::{
10461046
/// Profile, Category, CategoryColor, Marker, MarkerStringFieldFormat, MarkerTiming,
1047-
/// Schema, Marker, MarkerField, StringHandle,
1048-
/// ThreadHandle, Timestamp,
1047+
/// Schema, MarkerField, StringHandle, ThreadHandle, Timestamp,
10491048
/// };
10501049
///
10511050
/// # fn fun() {

0 commit comments

Comments
 (0)