Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
Remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetkov committed May 15, 2019
1 parent 3e9101e commit e634ac1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ast/builder/default_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,6 @@ impl<T, W, C, F> Builder for CoreBuilder<T, W, C, F>
mut redirects: Vec<Self::Redirect>)
-> Result<Self::CompoundCommand, Self::Error>
{
use ast::PatternBodyPair;

let arms = fragments.arms.into_iter().map(|arm| {
let mut patterns = arm.patterns.pattern_alternatives;
patterns.shrink_to_fit();
Expand Down

0 comments on commit e634ac1

Please sign in to comment.