Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed May 22, 2024
1 parent f771ff0 commit 637c7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/solver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pub async fn create_environment(
// this also requires the use of the `channel_config` so we have to do this manually.
let channel_config = ChannelConfig::default_with_root_dir(std::env::current_dir()?);
let channels = channels
.into_iter()
.iter()
.map(|channel_str| Channel::from_str(channel_str, &channel_config))
.collect::<Result<Vec<_>, _>>()?;

Expand Down

0 comments on commit 637c7dc

Please sign in to comment.