fix build warning by making `options` immutable
did:plc:4twbev6qalnl6bx55chzktem wants to merge
did:plc:4twbev6qalnl6bx55chzktem opened 18d ago
fixes this warning:
```
warning: variable does not need to be mutable
--> src/main.rs:140:9
|
140 | let mut options = vec![
| ----^^^^^^^
| |
| help: remove this `mut`
|
= note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
```
Comments (0)
No comments yet.