mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
small refactor
This commit is contained in:
@@ -16,7 +16,7 @@ pub enum AuraError {
|
||||
#[error("mode not supported")]
|
||||
NotSupported,
|
||||
#[error("USB error")]
|
||||
UsbError(#[from] rusb::Error),
|
||||
UsbError(rusb::Error),
|
||||
#[error("IO error")]
|
||||
IOError(#[from] std::io::Error),
|
||||
#[error("external command failed")]
|
||||
|
||||
Reference in New Issue
Block a user