mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 06:09:12 +02:00
First working plugin
This commit is contained in:
@ -8,8 +8,8 @@ use serde_derive::{Deserialize, Serialize};
|
||||
)]
|
||||
#[get = "crate"]
|
||||
pub struct Spanned<T> {
|
||||
crate span: Span,
|
||||
crate item: T,
|
||||
pub span: Span,
|
||||
pub item: T,
|
||||
}
|
||||
|
||||
impl<T> std::ops::Deref for Spanned<T> {
|
||||
|
Reference in New Issue
Block a user