Suppress unused warnings and clean up workspace
This commit is contained in:
+4
-2
@@ -6,13 +6,15 @@ members = [
|
||||
"benches",
|
||||
"roto-tonic",
|
||||
"examples/hello_world",
|
||||
"examples/no_std_test",
|
||||
]
|
||||
|
||||
exclude = [
|
||||
"test_gen_project"
|
||||
"test_gen_project",
|
||||
"examples/no_std_test",
|
||||
]
|
||||
|
||||
resolver = "3"
|
||||
|
||||
[profile.dev]
|
||||
panic = "abort"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user