Skip to content

Commit

Permalink
removed unused var
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com>
  • Loading branch information
bindsi committed Jan 22, 2025
1 parent e8ffe39 commit 462d649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery-handlers/udev/src/discovery_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ mod tests {
- 'KERNEL=="video[0-9]*"'
permissions: xyz
"#;
let config: UdevDiscoveryDetails = deserialize_discovery_details(yaml).unwrap();
deserialize_discovery_details(yaml).unwrap();
// assert_eq!(
// deserialize_discovery_details(yaml).unwrap(),
// Err(de::Error::invalid_value(
Expand Down

0 comments on commit 462d649

Please sign in to comment.