From 6a3385e4e77ce7672bcc80941bf02c8218f344a2 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 13 Aug 2021 16:39:52 +0200 Subject: Argument collection and spreading --- src/util/eco.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/util') 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; -- cgit v1.2.3