We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd49c3 commit 240e872Copy full SHA for 240e872
src/lib.rs
@@ -53,7 +53,6 @@ pub fn gen_peripheral(p: &Peripheral, d: &Defaults) -> Vec<Tokens> {
53
54
let p_name = Ident::new(p.name.to_pascal_case());
55
56
- // TODO add doc comment.
57
if let Some(description) = p.description.as_ref() {
58
let comment = &format!("{}", respace(description))[..];
59
items.push(quote! {
0 commit comments