We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834bacf commit 287c279Copy full SHA for 287c279
crates/panic-handler/Cargo.toml
@@ -5,4 +5,8 @@ authors = ["Alex Crichton <alex@alexcrichton.com>"]
5
edition = "2021"
6
publish = false
7
8
+[lib]
9
+test = false
10
+bench = false
11
+
12
[dependencies]
testcrate/tests/addsub.rs
@@ -1,6 +1,7 @@
1
#![allow(unused_macros)]
2
#![cfg_attr(f128_enabled, feature(f128))]
3
4
+#[allow(unused_imports)] // Unused on some archs
use testcrate::*;
macro_rules! float_sum {
0 commit comments