Skip to content

Commit a0d053e

Browse files
committed
Add a doc comment to StringHandle.
1 parent bccaae6 commit a0d053e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎fxprof-processed-profile/src/string_table.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ impl Serialize for StringTable {
3535
}
3636
}
3737

38+
/// The handle for a string. Created with [`Profile::handle_for_string`](crate::Profile::handle_for_string).
3839
#[derive(Debug, Clone, Copy, PartialOrd, Ord, PartialEq, Eq, Hash)]
3940
pub struct StringHandle(pub(crate) StringIndex);
4041

0 commit comments

Comments
 (0)