mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Update readme, slash configs
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user