diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-07-08 16:30:11 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-07-08 16:30:11 +0200 |
| commit | cb3ef295105934a1f8aac54e8521b0fe169c0c38 (patch) | |
| tree | a5f5dc44a0f4f2e1fed782bab1b8280737daa511 /src | |
| parent | 6e64806b2f9bd77ec98296b4306c615880894a1c (diff) | |
remove thread id value feature
Diffstat (limited to 'src')
| -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 9a18e7e..c5cc5f6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,3 @@ -#![feature(thread_id_value)] pub mod vector; pub mod dictionary; pub mod text; |