Get rid of a warning
This commit is contained in:
parent
194efcd5bf
commit
98195c0348
3 changed files with 2 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ readme = "README.md"
|
|||
repository = "https://github.com/rust-lang/compiler-builtins"
|
||||
homepage = "https://github.com/rust-lang/compiler-builtins"
|
||||
documentation = "https://docs.rs/compiler_builtins"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
description = """
|
||||
Compiler intrinsics used by the Rust compiler. Also available for other targets
|
||||
if necessary!
|
||||
|
|
|
|||
|
|
@ -219,8 +219,6 @@ fn configure_check_cfg() {
|
|||
|
||||
#[cfg(feature = "c")]
|
||||
mod c {
|
||||
extern crate cc;
|
||||
|
||||
use std::collections::{BTreeMap, HashSet};
|
||||
use std::env;
|
||||
use std::fs::{self, File};
|
||||
|
|
|
|||
|
|
@ -2,5 +2,6 @@
|
|||
name = "panic-handler"
|
||||
version = "0.1.0"
|
||||
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue