mirror of
https://github.com/embassy-rs/embassy.git
synced 2026-04-22 07:47:14 +00:00
Rustfmt for edition 2024.
This commit is contained in:
@@ -2,7 +2,7 @@ use std::path::Path;
|
||||
use std::time::Duration;
|
||||
use std::{env, io, process, thread};
|
||||
|
||||
use rand::{rng, Rng};
|
||||
use rand::{Rng, rng};
|
||||
use serial::SerialPort;
|
||||
|
||||
pub fn main() {
|
||||
|
||||
Reference in New Issue
Block a user