diff options
| author | Felipe Balbi <[email protected]> | 2025-11-13 09:06:43 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-13 09:06:43 -0800 |
| commit | 7480db25d5cc1866a3e037bfb89f990d9847bd10 (patch) | |
| tree | 8128d3f0ba58c530a5fb83f6eca62a8b12a1709b /src/lib.rs | |
| parent | 6eb28d3e7b7290d2998229b1bfb624e33575ea83 (diff) | |
| parent | f1636f3913e06f84ec2a097924bd7154b9bb1a3c (diff) | |
Merge pull request #13 from jamesmunns/james/repac
Switch to new PAC commit
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs index fe27aadba..9899564d8 100644 --- a/src/lib.rs +++ b/src/lib.rs | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | // TODO(AJM): As of 2025-11-13, we need to do a pass to ensure safety docs | ||
| 3 | // are complete prior to release. | ||
| 4 | #![allow(clippy::missing_safety_doc)] | ||
| 2 | 5 | ||
| 3 | pub mod clocks; // still provide clock helpers | 6 | pub mod clocks; // still provide clock helpers |
| 4 | pub mod gpio; | 7 | pub mod gpio; |
