diff options
| author | Fuwn <[email protected]> | 2024-06-03 14:57:47 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-03 14:57:47 +0000 |
| commit | 3abe7df3fbc12a8df259f48c746f2b9344a5f33c (patch) | |
| tree | efec8803b8b65db8f56fafe884f879921091805a /crates/whirl_common/src/lib.rs | |
| parent | Merge pull request #153 from Whirlsplash/renovate/actions-checkout-3.x (diff) | |
| download | whirl-origin/old.tar.xz whirl-origin/old.zip | |
fix: bump rust and update accordinglyorigin/oldold
Diffstat (limited to 'crates/whirl_common/src/lib.rs')
| -rw-r--r-- | crates/whirl_common/src/lib.rs | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/crates/whirl_common/src/lib.rs b/crates/whirl_common/src/lib.rs index 1c1cc55..fabc8b3 100644 --- a/crates/whirl_common/src/lib.rs +++ b/crates/whirl_common/src/lib.rs @@ -3,13 +3,7 @@ //! Assorted utilities, for global use. -#![feature( - type_ascription, - hash_set_entry, - type_name_of_val, - decl_macro, - proc_macro_hygiene -)] +#![feature(type_ascription, hash_set_entry, decl_macro, proc_macro_hygiene)] #![deny( warnings, nonstandard_style, |