configs
This commit is contained in:
parent
f3c4502b27
commit
056157ca74
1
Makefile
1
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" \
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user