Skip to content

Commit

Permalink
Update tremor-script/src/errors.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Wahl <[email protected]>
Signed-off-by: Heinz N. Gies <[email protected]>
  • Loading branch information
Licenser and mfelsche authored Oct 9, 2023
1 parent 1721a12 commit ab93e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tremor-script/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ use std::ops::{Range as RangeExclusive, RangeInclusive};
use std::{fmt::Display, num};

#[derive(Debug)]
/// An error with a associated arena index
/// An error with an associated arena index
pub struct ErrorWithIndex(pub arena::Index, pub Error);

impl std::fmt::Display for ErrorWithIndex {
Expand Down

0 comments on commit ab93e4a

Please sign in to comment.