summaryrefslogtreecommitdiff
path: root/src/syntax/span.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax/span.rs')
-rw-r--r--src/syntax/span.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/syntax/span.rs b/src/syntax/span.rs
index 9e018437..3f752385 100644
--- a/src/syntax/span.rs
+++ b/src/syntax/span.rs
@@ -2,6 +2,7 @@
use std::fmt::{self, Display, Formatter};
+
/// Annotates a value with the part of the source code it corresponds to.
#[derive(Copy, Clone, Eq, PartialEq)]
pub struct Spanned<T> {