Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Dec 4, 2023
1 parent a1df18c commit 8076e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/native/cargo_driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ pub fn build() -> Result<EspIdfBuildOutput> {
.value
.split(';')
.filter_map(|comp| match comp.trim() {
c if c.is_empty() => None,
"" => None,
c => Some(c.to_string()),
})
.collect::<Vec<_>>();
Expand Down

0 comments on commit 8076e04

Please sign in to comment.