summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-08-13 16:39:52 +0200
committerLaurenz <laurmaedje@gmail.com>2021-08-13 16:55:45 +0200
commit6a3385e4e77ce7672bcc80941bf02c8218f344a2 (patch)
tree7ae5d668cf7d734f81f1e9d604bbe46fa0775ed8 /src/util
parent144f20882136ef81b79d77bd8a68f42b76c66676 (diff)
Argument collection and spreading
Diffstat (limited to 'src/util')
-rw-r--r--src/util/eco.rs2
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;