Rustfmt for edition 2024.

This commit is contained in:
Dario Nieuwenhuis
2025-10-06 22:56:31 +02:00
parent abc8e450f9
commit 8730a013c3
509 changed files with 944 additions and 968 deletions

View File

@@ -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() {