Switch from vscode to zed

This commit is contained in:
2026-04-18 19:15:34 -06:00
parent 0c437d816a
commit 681cc73479
8 changed files with 64 additions and 73 deletions
+7 -8
View File
@@ -1,19 +1,17 @@
[package]
name = "sample"
version = "0.0.0"
authors.workspace = true
edition.workspace = true
license-file.workspace = true
edition.workspace = true
rust-version.workspace = true
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[lints.rust]
arithmetic_overflow = "forbid"
unsafe_code = "forbid"
[build-dependencies]
architect = { workspace = true }
[lints.clippy]
arithmetic_side_effects = "forbid"
@@ -28,5 +26,6 @@ transmute_undefined_repr = "forbid"
unchecked_duration_subtraction = "forbid"
unwrap_used = "deny"
[build-dependencies]
architect = { workspace = true }
[lints.rust]
arithmetic_overflow = "forbid"
unsafe_code = "forbid"