mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Remove the old leaf declaration path
Delete the deprecated Leaf derive path, migrate the remaining tests and example to leaf!, and add direct coverage for endpoint-only, TUI-only, and shared-host leaf declarations.
This commit is contained in:
@@ -17,4 +17,4 @@ pub mod protocol;
|
||||
pub use protocol::*;
|
||||
|
||||
#[cfg(test)]
|
||||
pub use unshell_macros::{Leaf, Procedure, procedures};
|
||||
pub use unshell_macros::{Procedure, leaf, procedures};
|
||||
|
||||
Reference in New Issue
Block a user