From 3d48e1ea4c9e0f4a1e2e1de7c820fb76999962d8 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 15 Jan 2025 16:42:24 -0600 Subject: [PATCH] Fix outdated comment in `Cargo.toml` for `performance` feature (#10650) It really does not look like this turns on self-update --- crates/uv/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/uv/Cargo.toml b/crates/uv/Cargo.toml index 7d6aa9cf1..e9019e822 100644 --- a/crates/uv/Cargo.toml +++ b/crates/uv/Cargo.toml @@ -134,7 +134,7 @@ ignored = [ [features] default = ["python", "python-managed", "pypi", "git", "performance", "crates-io"] -# Use better memory allocators, etc. — also turns-on self-update. +# Use better memory allocators, etc. performance = [ "performance-memory-allocator", "performance-flate2-backend",