From 7c8ecc0f953cc437b312e64b71619e36af8afd53 Mon Sep 17 00:00:00 2001 From: David Cook Date: Mon, 1 Jul 2024 12:05:31 -0500 Subject: [PATCH] Remove incorrect comment about core_hint_black_box --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae7361c..ed54776 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,6 @@ rand = { version = "0.8" } [features] const-generics = [] -# DEPRECATED: As of 2.5.1, this feature does nothing. core_hint_black_box = [] default = ["std", "i128"] std = []