2 lines
63 B
Bash
2 lines
63 B
Bash
|
|
#!/bin/bash
|
||
|
|
cargo check 2>&1 | grep -B2 -A2 "unresolved import"
|