Skip to content

Commit

Permalink
fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Clark Gaebel committed Oct 28, 2014
1 parent fe36399 commit d661ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/util/smallvec.rs
Expand Up @@ -426,7 +426,7 @@ macro_rules! def_small_vector(
let target_len = self.len() + lower_size_bound;

if target_len > self.cap() {
v.grow(target_len);
self.grow(target_len);
}

for elem in iter {
Expand Down

5 comments on commit d661ec8

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from pcwalton
at cgaebel@d661ec8

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging cgaebel/servo/fix-into_iter = d661ec8 into auto

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cgaebel/servo/fix-into_iter = d661ec8 merged ok, testing candidate = 59fc795

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 59fc795

Please sign in to comment.