From cbe2b9a79a39f61fda55062065490c12c214dee4 Mon Sep 17 00:00:00 2001 From: jake Date: Thu, 17 Jun 2021 12:06:36 -0600 Subject: [PATCH] get it working with latest rust --- README.md | 6 ------ src/lib.rs | 1 - 2 files changed, 7 deletions(-) diff --git a/README.md b/README.md index e2c1ec5..a7bb401 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,5 @@ libpso = { path = "path/to/libpso" } ``` at the end of the `Cargo.toml` file -# rust nightly version -``` -rustup override set nightly-2021-03-15 -``` - - # to actually run it * `cargo run` diff --git a/src/lib.rs b/src/lib.rs index 531b38c..dbf3afa 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,4 @@ #![allow(incomplete_features)] -#![feature(const_generics)] #![feature(maybe_uninit_extra)] #![feature(inline_const)] #![feature(drain_filter)]