Skip to content

Commit

Permalink
remove ai comments
Browse files Browse the repository at this point in the history
  • Loading branch information
luk036 committed Sep 16, 2023
1 parent 5adb472 commit 2631905
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/dllist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ impl<T: Default> Default for Dllink<T> {
impl<T> Dllink<T> {
/// Construct a new Dllink object
///
/// The `/// # E` is a doc comment in Rust. It is used to document the expected behavior or examples
/// of a function, method, or struct. The `E` stands for "Examples" and is used to indicate that the
/// following code block is an example of how to use the item being documented.
/// # Examples
///
/// ```rust
Expand Down

0 comments on commit 2631905

Please sign in to comment.