Update readme, slash configs

This commit is contained in:
Luke D. Jones
2025-01-12 17:36:10 +13:00
parent 2123f369ad
commit 128bc3fce1
113 changed files with 1545 additions and 1305 deletions

View File

@@ -111,7 +111,9 @@ pub fn write_attr_string(device: &mut Device, attr: &str, value: &str) -> Result
mod tests {
#[test]
fn check() {
let data = [1, 2, 3, 4, 5];
let data = [
1, 2, 3, 4, 5
];
let mut tmp = String::new();
for n in data {
tmp.push_str(&n.to_string());