mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 13:07:36 +02:00
Add unified deprecation system and @deprecated attribute (#15770)
This commit is contained in:
@ -3,3 +3,6 @@ pub mod formats;
|
||||
pub mod hook;
|
||||
pub mod input_handler;
|
||||
pub mod util;
|
||||
mod wrap_call;
|
||||
|
||||
pub use wrap_call::*;
|
||||
|
Reference in New Issue
Block a user