mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Add packet.
This commit is contained in:
@@ -9,7 +9,7 @@ doctest = false
|
||||
|
||||
[dependencies]
|
||||
rkyv = { workspace = true }
|
||||
unshell-macros = { path = "../unshell-macros" }
|
||||
# unshell-macros = { path = "../unshell-macros" }
|
||||
|
||||
[lints.rust]
|
||||
elided_lifetimes_in_paths = "warn"
|
||||
@@ -22,4 +22,4 @@ unsafe_op_in_unsafe_fn = "warn"
|
||||
unused_import_braces = "warn"
|
||||
unused_lifetimes = "warn"
|
||||
trivial_casts = "allow"
|
||||
missing_docs = "warn"
|
||||
# missing_docs = "warn"
|
||||
|
||||
Reference in New Issue
Block a user