Removed the static_cell dependency from Cargo.toml and Cargo.lock. Also cleaned up comments and metadata in main.rs and updated .idea project settings.
use this command for installing working probe-rs:
```
cargo install probe-rs-tools \
--git https://github.com/probe-rs/probe-rs \
--rev 9bde591 --force --locked
```