@ -18,7 +18,7 @@ Let's see how to run a simple matrix multiplication.
We will need the [`anyhow`](https://docs.rs/anyhow/latest/anyhow/) package for our example, so let's also add it to our app.
```
```bash
cd myapp
cargo add anyhow
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.