Skip to content

Commit

Permalink
Remove extraneous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
codesections committed Jan 21, 2019
1 parent 552ded4 commit d104a4a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/example.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,3 @@ impl Example {
self
}
}

// pub fn paragraph(mut self, text: &str) -> Self {
// self.paragraphs.push(text.into());
// self
// }

0 comments on commit d104a4a

Please sign in to comment.