diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-08-02 16:31:34 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-08-02 16:31:34 +0200 |
| commit | 533374db14087ac54fdc86afa5f009487ac1b850 (patch) | |
| tree | 0970eb1ca893fe45369d622b5bc1f226f0f66004 /src/syntax/span.rs | |
| parent | 2188ef6b899cc10c84ed985e9ad9049fcc3eb662 (diff) | |
Refactor argument parsing 🔬
Diffstat (limited to 'src/syntax/span.rs')
| -rw-r--r-- | src/syntax/span.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax/span.rs b/src/syntax/span.rs index 19562fb1..52b90cee 100644 --- a/src/syntax/span.rs +++ b/src/syntax/span.rs @@ -1,4 +1,4 @@ -//! Spans map elements to the part of source code they originate from. +//! Mapping of values to the locations they originate from in source code. use std::fmt::{self, Debug, Formatter}; use std::ops::{Add, Sub}; |
