mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
fix the build
This commit is contained in:
parent
fe36399628
commit
d661ec8414
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue