diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-09-15 12:29:42 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-09-15 13:05:00 +0200 |
| commit | c18321a4c24b1bae9b935e3434aa114f930ca5f5 (patch) | |
| tree | e6b0aa69c6c7a2855ca498d7c7e8aabe0347297c /src/library/utility.rs | |
| parent | 87e776fcebd40cb9628124c19e7e9190b1bd24a5 (diff) | |
Bugfix and tidying
Diffstat (limited to 'src/library/utility.rs')
| -rw-r--r-- | src/library/utility.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/library/utility.rs b/src/library/utility.rs index f5fab6ee..e6d5476f 100644 --- a/src/library/utility.rs +++ b/src/library/utility.rs @@ -1,9 +1,8 @@ use std::cmp::Ordering; use std::str::FromStr; -use crate::color::{Color, RgbaColor}; - use super::*; +use crate::color::{Color, RgbaColor}; /// `type`: The name of a value's type. pub fn type_(_: &mut EvalContext, args: &mut Args) -> TypResult<Value> { |
