diff options
| author | Fuwn <[email protected]> | 2021-07-31 16:18:26 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-07-31 16:18:26 -0700 |
| commit | 24f1599f24690a63d0a9df65c8181e63a1d9e11c (patch) | |
| tree | 71462fa56a07a21a8252e51c6afea6c90802b610 /crates/whirl_prompt/src/lib.rs | |
| parent | feat(whirl): platform specific signal handling (diff) | |
| download | whirl-24f1599f24690a63d0a9df65c8181e63a1d9e11c.tar.xz whirl-24f1599f24690a63d0a9df65c8181e63a1d9e11c.zip | |
fix(whirl_prompt): clippy warnings
Diffstat (limited to 'crates/whirl_prompt/src/lib.rs')
| -rw-r--r-- | crates/whirl_prompt/src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/whirl_prompt/src/lib.rs b/crates/whirl_prompt/src/lib.rs index 44b06fc..004fb0b 100644 --- a/crates/whirl_prompt/src/lib.rs +++ b/crates/whirl_prompt/src/lib.rs @@ -8,7 +8,8 @@ hash_set_entry, type_name_of_val, decl_macro, - proc_macro_hygiene + proc_macro_hygiene, + stmt_expr_attributes )] #![deny( warnings, |