diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-08-13 16:39:52 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-08-13 16:55:45 +0200 |
| commit | 6a3385e4e77ce7672bcc80941bf02c8218f344a2 (patch) | |
| tree | 7ae5d668cf7d734f81f1e9d604bbe46fa0775ed8 /src/util/eco.rs | |
| parent | 144f20882136ef81b79d77bd8a68f42b76c66676 (diff) | |
Argument collection and spreading
Diffstat (limited to 'src/util/eco.rs')
| -rw-r--r-- | src/util/eco.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/eco.rs b/src/util/eco.rs index 2e326f32..08c2117d 100644 --- a/src/util/eco.rs +++ b/src/util/eco.rs @@ -1,5 +1,3 @@ -//! An economical string. - use std::borrow::Borrow; use std::cmp::Ordering; use std::convert::TryFrom; |
