mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
Clippy fix
This commit is contained in:
parent
64e226ef33
commit
4dfc900a99
1 changed files with 1 additions and 1 deletions
|
@ -7,8 +7,8 @@ use std::ops::{Deref, DerefMut};
|
|||
/// An entity with a span attached.
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Sp<T> {
|
||||
span: Span,
|
||||
val: T,
|
||||
span: Span,
|
||||
}
|
||||
|
||||
impl<T> Sp<T> {
|
||||
|
|
Loading…
Reference in a new issue