Get rid of a warning

This commit is contained in:
Andrey Turkin 2024-06-25 13:52:02 +03:00
parent 194efcd5bf
commit 98195c0348
3 changed files with 2 additions and 3 deletions

View file

@ -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!

View file

@ -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};

View file

@ -2,5 +2,6 @@
name = "panic-handler"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition = "2021"
[dependencies]