From 5dbc7dc5aaaea794b140c5ea7839d681110d7b79 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 9 Jan 2020 18:44:29 +0100 Subject: =?UTF-8?q?Introduce=20color=20tokens=20=F0=9F=8E=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/func/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/func') diff --git a/src/func/mod.rs b/src/func/mod.rs index 31f03c55..aca612aa 100644 --- a/src/func/mod.rs +++ b/src/func/mod.rs @@ -25,7 +25,6 @@ pub mod prelude { pub use Command::*; } - /// Types representing functions that are parsed from source code. pub trait ParseFunc { type Meta: Clone; @@ -39,7 +38,7 @@ pub trait ParseFunc { ) -> ParseResult where Self: Sized; } -/// Types representing functions which can be laid out in a layout context. +/// Function types which can be laid out in a layout context. /// /// This trait is a supertrait of `[LayoutFuncBounds]` for technical reasons. /// The trait `[LayoutFuncBounds]` is automatically implemented for types which -- cgit v1.2.3