From 751812f45141a7b2022d0dba138457f3c21950b0 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 4 Feb 2020 21:36:29 +0100 Subject: =?UTF-8?q?Serialize=20layouts=20with=20serde=20=F0=9F=94=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/syntax/func/values.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/syntax/func') diff --git a/src/syntax/func/values.rs b/src/syntax/func/values.rs index d2b54a0b..8e0c24b4 100644 --- a/src/syntax/func/values.rs +++ b/src/syntax/func/values.rs @@ -100,9 +100,9 @@ impl From for String { } } -/// A value type that matches the string `"default"` or a value type `V` and -/// returns `Option::Some(V::Output)` for a value and `Option::None` for -/// `"default"`. +/// A value type that matches the identifier `default` or a value type `V` and +/// implements `Into