Skip to content

Commit f59526b

Browse files
committed
1
1 parent cc7838a commit f59526b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/src/day6/lc349.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ impl Solution {
2929

3030
```rust
3131
# struct Solution {}
32-
32+
use std::iter::FromIterator;
3333
impl Solution {
3434
pub fn intersection(nums1: Vec<i32>, nums2: Vec<i32>) -> Vec<i32> {
3535
use std::collections::HashSet;

0 commit comments

Comments
 (0)