From 056157ca74c6af7f5cf3eb078a2ac17df8fce0cc Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 4 Mar 2025 19:11:59 -0800 Subject: [PATCH] configs --- Makefile | 1 - tetros/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e6b4901..2d5c3ae 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,6 @@ $(BUILD)/tetros.lib: $(LIB_SRC) cd tetros && \ env RUSTFLAGS="-C soft-float" \ cargo rustc \ - --manifest-path="./Cargo.toml" \ -Z build-std=core \ -Z build-std-features=compiler-builtins-mem \ --target "./targets/x86-unknown-none.json" \ diff --git a/tetros/Cargo.toml b/tetros/Cargo.toml index 219cd2b..505856d 100644 --- a/tetros/Cargo.toml +++ b/tetros/Cargo.toml @@ -29,7 +29,7 @@ absolute_paths_not_starting_with_crate = "deny" explicit_outlives_requirements = "warn" unused_crate_dependencies = "warn" redundant_lifetimes = "warn" -missing_docs = "allow" +missing_docs = "warn" [lints.clippy] needless_return = "allow"