diff options
author | Nadrieril | 2020-02-02 15:02:23 +0000 |
---|---|---|
committer | Nadrieril | 2020-02-02 15:06:39 +0000 |
commit | 92bbea48f9a0380a614f2687c73d55a67ff9294e (patch) | |
tree | 03dff980cafa1103d03ca6ad27ad729eda5901ec /dhall/src/semantics/nze | |
parent | 70eede4fd012f49dfab0e2e27fb3a4e4bbff6325 (diff) |
More nice errors plus some refactor
Diffstat (limited to 'dhall/src/semantics/nze')
-rw-r--r-- | dhall/src/semantics/nze/value.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dhall/src/semantics/nze/value.rs b/dhall/src/semantics/nze/value.rs index d97b8c4..bb3e3c0 100644 --- a/dhall/src/semantics/nze/value.rs +++ b/dhall/src/semantics/nze/value.rs @@ -174,9 +174,6 @@ impl Value { _ => None, } } - pub(crate) fn span(&self) -> Span { - self.0.span.clone() - } /// This is what you want if you want to pattern-match on the value. /// WARNING: drop this ref before normalizing the same value or you will run into BorrowMut |