File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ readme = "README.md"
77repository = " https://github.com/rust-lang/compiler-builtins"
88homepage = " https://github.com/rust-lang/compiler-builtins"
99documentation = " https://docs.rs/compiler_builtins"
10- edition = " 2018 "
10+ edition = " 2021 "
1111description = """
1212Compiler intrinsics used by the Rust compiler. Also available for other targets
1313if necessary!
Original file line number Diff line number Diff line change @@ -219,8 +219,6 @@ fn configure_check_cfg() {
219219
220220#[ cfg( feature = "c" ) ]
221221mod c {
222- extern crate cc;
223-
224222 use std:: collections:: { BTreeMap , HashSet } ;
225223 use std:: env;
226224 use std:: fs:: { self , File } ;
Original file line number Diff line number Diff line change 22name = " panic-handler"
33version = " 0.1.0"
44authors = [" Alex Crichton <alex@alexcrichton.com>" ]
5+ edition = " 2021"
56
67[dependencies ]
You can’t perform that action at this time.
0 commit comments