mirror of https://github.com/zkat/miette.git
Fix clippy
This commit is contained in:
parent
998a7f2130
commit
ba88cfbda2
|
|
@ -495,7 +495,7 @@ impl SourceSpan {
|
||||||
pub fn new(start: SourceOffset, length: usize) -> Self {
|
pub fn new(start: SourceOffset, length: usize) -> Self {
|
||||||
Self {
|
Self {
|
||||||
offset: start,
|
offset: start,
|
||||||
length: length,
|
length,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue