diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-07-29 18:09:51 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-07-29 18:09:51 +0200 |
| commit | bbcdeb128cce04cd95714b7bc7af5a23a7e38bd2 (patch) | |
| tree | e0a1620d335982669cd7671cbd71df46d100e9ea /src/syntax/func/keys.rs | |
| parent | f34ba3dcda182d9b9c14cc94fdb48810bf18bef0 (diff) | |
Move, rename and switch some things (boring) 🚚
- Problems -> Diagnostics
- Position -> Pos
- offset_spans -> Offset trait
- Size -> Length (and some more size types renamed)
- Paper into its own module
- scope::Parser -> parsing::CallParser
- Create `Decorations` alias
- Remove lots of double newlines
- Switch from f32 to f64
Diffstat (limited to 'src/syntax/func/keys.rs')
| -rw-r--r-- | src/syntax/func/keys.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/syntax/func/keys.rs b/src/syntax/func/keys.rs index b8f142ee..558667dd 100644 --- a/src/syntax/func/keys.rs +++ b/src/syntax/func/keys.rs @@ -7,7 +7,6 @@ use super::*; use self::AxisKey::*; use self::PaddingKey::*; - /// Key types are used to extract keyword arguments from /// [`Objects`](crate::syntax::expr::Object). They represent the key part of a /// keyword argument. |
