Skip to content

Commit bc4d880

Browse files
committed
Filled out some missing documentation.
1 parent 895ea84 commit bc4d880

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/id.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ pub type ShareId<T> = Id<T, Shared>;
170170

171171
/// Extension methods for slices containing `Id`s.
172172
pub trait IdSlice {
173+
/// The type of the items in the slice.
173174
type Item;
174175

175176
/// Convert a slice of `Id`s into a slice of references

0 commit comments

Comments
 (0)