feat: add sequence number for replay protection #108
Annotations
2 warnings
used `unwrap()` on an `Option` value:
crates/cli/src/handler/enclave_start.rs#L287
warning: used `unwrap()` on an `Option` value
--> crates/cli/src/handler/enclave_start.rs:287:34
|
287 | let prefix_command = parts.next().unwrap();
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: if this value is `None`, it will panic
= help: consider using `expect()` to provide a better panic message
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_used
note: the lint level is defined here
--> crates/cli/src/main.rs:7:5
|
7 | clippy::unwrap_used,
| ^^^^^^^^^^^^^^^^^^^
|
used `unwrap()` on an `Option` value:
crates/cli/src/handler/enclave_start.rs#L287
warning: used `unwrap()` on an `Option` value
--> crates/cli/src/handler/enclave_start.rs:287:34
|
287 | let prefix_command = parts.next().unwrap();
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: if this value is `None`, it will panic
= help: consider using `expect()` to provide a better panic message
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_used
note: the lint level is defined here
--> crates/cli/src/main.rs:7:5
|
7 | clippy::unwrap_used,
| ^^^^^^^^^^^^^^^^^^^
|