Update comment for pub, hidden Graph structs
This commit is contained in:
+4
-4
@@ -46,16 +46,16 @@ impl IncidenceSlot {
|
||||
}
|
||||
}
|
||||
|
||||
/// `pub` because [`Vertex`] references it as a type parameter of the underlying arena. Not
|
||||
/// intended for direct external use.
|
||||
/// Referenced by [`Vertex`] as a type parameter of the underlying arena. Not intended for direct
|
||||
/// external use.
|
||||
#[doc(hidden)]
|
||||
pub struct VertexIncidenceHeader {
|
||||
incidence_count: usize,
|
||||
first_incidence: Option<IncidenceSlot>,
|
||||
}
|
||||
|
||||
/// `pub` because [`Edge`] references it as a type parameter of the underlying arena. Not intended
|
||||
/// for direct external use.
|
||||
/// Referenced by [`Edge`] as a type parameter of the underlying arena. Not intended for direct
|
||||
/// external use.
|
||||
#[doc(hidden)]
|
||||
#[derive(Copy, Clone)]
|
||||
pub struct IncidenceEntry {
|
||||
|
||||
Reference in New Issue
Block a user