Skip to content

Commit

Permalink
Merge pull request #647 from jannic/avoid-missing-doc-warning
Browse files Browse the repository at this point in the history
Avoid missing docs warning on pub extern crate
  • Loading branch information
jannic authored Jul 11, 2023
2 parents 6c74c62 + b10372d commit df8e614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rp2040-hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ extern crate embedded_hal as hal;
extern crate nb;
pub use paste;

/// Re-export of the PAC
pub extern crate rp2040_pac as pac;

#[macro_use]
Expand Down

0 comments on commit df8e614

Please sign in to comment.