address review comment

See https://github.com/rust-lang/rust/pull/115558#issuecomment-1722601187
This commit is contained in:
Tshepang Mbambo 2023-09-18 03:42:35 +02:00 committed by GitHub
parent 86d32ef92e
commit a716c9620f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -455,6 +455,7 @@ changelog-seen = 2
# Sets the number of codegen units to build the standard library with,
# regardless of what the codegen-unit setting for the rest of the compiler is.
# NOTE: building with anything other than 1 is known to occasionally have bugs.
#codegen-units-std = codegen-units
# Whether or not debug assertions are enabled for the compiler and standard library.