Fix outdated comment in `Cargo.toml` for `performance` feature (#10650)

It really does not look like this turns on self-update
This commit is contained in:
Zanie Blue 2025-01-15 16:42:24 -06:00 committed by GitHub
parent a7f13e0e0b
commit 3d48e1ea4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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",