Skip to content

Commit e476ee3

Browse files
author
Elias Rad
authored
Update Cargo.toml
1 parent 1dcdf9c commit e476ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_abi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tracing = "0.1"
2020
[features]
2121
# tidy-alphabetical-start
2222
default = ["nightly", "randomize"]
23-
# rust-analyzer depends on this crate and we therefore require it to built on a stable toolchain
23+
# rust-analyzer depends on this crate and we therefore require it to be built on a stable toolchain
2424
# without depending on rustc_data_structures, rustc_macros and rustc_serialize
2525
nightly = [
2626
"dep:rustc_data_structures",

0 commit comments

Comments
 (0)