📝 Updated mod doc for list and system
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
//! Data structure and definition of a genericsingle-linked LIFO list.
|
||||
|
||||
/// Data structure and definition of a genericsingle-linked LIFO list.
|
||||
///
|
||||
/// This is a
|
||||
#[derive(PartialEq)]
|
||||
pub struct List<T: PartialEq> {
|
||||
head: Link<T>,
|
||||
|
Reference in New Issue
Block a user