antoinevg / daisy_bsp

Board support package for the Electro-Smith Daisy Seed.
MIT License
67 stars 13 forks source link

Fix a docstring bug #5

Closed phoracek closed 3 years ago

phoracek commented 3 years ago

Due to this unclosed code block, cargo doc will fail with:

error: Rust code block is empty
 --> src/lib.rs:9:5
  |
9 | //! ```
  |     ^^^

This patch fixes it.

Signed-off-by: Petr Horacek hrck@protonmail.com

antoinevg commented 3 years ago

Nice catch, thank you!