diff options
| author | Sophie Forrest <git@sophieforrest.com> | 2024-08-30 23:35:45 +1200 |
|---|---|---|
| committer | Sophie Forrest <git@sophieforrest.com> | 2024-08-30 23:35:45 +1200 |
| commit | 13b95941183666fadd090314e4e9af33283084cd (patch) | |
| tree | 2831968068a77b7a37a37d1356e9673d4dcc3275 /src/main.rs | |
| parent | f5f789540ad7d3f7f4f855c9db69d65cfc190ee0 (diff) | |
feat(engine)!: implement u32 engine
Diffstat (limited to '')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index f5c4740..13868a6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,7 +3,6 @@ #![feature(custom_inner_attributes)] #![feature(lint_reasons)] #![feature(never_type)] -#![feature(once_cell)] #![deny(clippy::complexity)] #![deny(clippy::nursery)] #![deny(clippy::pedantic)] |