mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-08-18 08:57:26 +02:00
Add // comments to all use statements in driver .rs files
- Add // comments above top-level use imports in uart.rs, blink.rs, button.rs - Add // comments above test module use imports (use super::*, Infallible, ErrorType) in all 8 driver .rs files - All 8 drivers build, all 75 tests pass
This commit is contained in:
@@ -116,6 +116,7 @@ pub fn format_scan_entry(buf: &mut [u8], addr: u8, found: bool) -> usize {
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
// Import all parent module items
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user