Skip to content

Commit 240e872

Browse files
author
Jorge Aparicio
authored
TODO is done
1 parent 5bd49c3 commit 240e872

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ pub fn gen_peripheral(p: &Peripheral, d: &Defaults) -> Vec<Tokens> {
5353

5454
let p_name = Ident::new(p.name.to_pascal_case());
5555

56-
// TODO add doc comment.
5756
if let Some(description) = p.description.as_ref() {
5857
let comment = &format!("{}", respace(description))[..];
5958
items.push(quote! {

0 commit comments

Comments
 (0)