Skip to content

Commit

Permalink
Resolve merge conflict with PR rust-lang#1643
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Miranda committed Feb 10, 2019
1 parent 9c4de11 commit d404eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rustup-cli/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ pub enum ComponentFilter {
None,
}

pub fn list_components(toolchain: &Toolchain, filter: &ComponentFilter) -> Result<()> {
pub fn list_components(toolchain: &Toolchain<'_>, filter: &ComponentFilter) -> Result<()> {
let mut t = term2::stdout();
let components = toolchain
.list_components()?
Expand Down

0 comments on commit d404eff

Please sign in to comment.