Fix clippy lints (#1327)

* Fix clippy lints

* Update formatting

* Remove unsafe send impls

* New type for Rc<NodeContainer>
This commit is contained in:
0HyperCube
2023-07-19 16:38:23 +01:00
committed by Keavon Chambers
parent 743803ce04
commit 80cc5bee73
80 changed files with 549 additions and 445 deletions
+2 -2
View File
@@ -28,10 +28,10 @@ resolver = "2"
exclude = ["node-graph/gpu-compiler"]
[workspace.dependencies]
specta = { git = "https://github.com/oscartbeaumont/rspc", rev = "9725ddbfe40183debc055b88c37910eb6f818eae", features = [
specta = { git = "https://github.com/0HyperCube/specta.git", rev = "d28cd72ea4ea2f6eaa85e0622d3a98340dbb43d3", features = [
"glam",
] }
xxhash-rust = { version = "0.8.4", features = ["xxh3"] }
xxhash-rust = { version = "0.8", features = ["xxh3"] }
[profile.dev.package.graphite-editor]
opt-level = 1