Michael Angerman 64f50a179e
remove unused imports: Deserialize, Serialize compiler warning for nu-protocol/src/example.rs (#8514)
when running the tests inside nu-protocol we were getting a compiler
warning...
this PR removes the compiler warning from nu-protocol.
by adding
```rust
#[allow(unused_imports)]
```
2023-03-18 11:45:12 -07:00
..
2023-03-17 11:53:46 +13:00
2022-08-11 11:54:54 -05:00
2023-03-18 08:58:13 +13:00
2022-05-08 07:39:22 +12:00
2023-02-27 20:44:05 +13:00
2023-03-17 11:53:46 +13:00
2023-02-22 16:18:33 +00:00
2022-11-11 19:51:08 +13:00