File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ readme = "README.md"
7
7
repository = " https://github.com/rust-lang/compiler-builtins"
8
8
homepage = " https://github.com/rust-lang/compiler-builtins"
9
9
documentation = " https://docs.rs/compiler_builtins"
10
- edition = " 2018 "
10
+ edition = " 2021 "
11
11
description = """
12
12
Compiler intrinsics used by the Rust compiler. Also available for other targets
13
13
if necessary!
Original file line number Diff line number Diff line change @@ -219,8 +219,6 @@ fn configure_check_cfg() {
219
219
220
220
#[ cfg( feature = "c" ) ]
221
221
mod c {
222
- extern crate cc;
223
-
224
222
use std:: collections:: { BTreeMap , HashSet } ;
225
223
use std:: env;
226
224
use std:: fs:: { self , File } ;
Original file line number Diff line number Diff line change 2
2
name = " panic-handler"
3
3
version = " 0.1.0"
4
4
authors = [
" Alex Crichton <[email protected] >" ]
5
+ edition = " 2021"
5
6
6
7
[dependencies ]
You can’t perform that action at this time.
0 commit comments