This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch branch-1.11 in repository https://gitbox.apache.org/repos/asf/avro.git
commit 2d337f93436b42ca50ae981a0741b7f5ec9055c2 Author: Jack Klamer <[email protected]> AuthorDate: Wed Jan 5 00:39:02 2022 -0600 duplicate line remove (#1440) (cherry picked from commit 336f04adbe596b8f303b55ac29fbfc5c4785d960) --- lang/rust/src/types.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/lang/rust/src/types.rs b/lang/rust/src/types.rs index 22c6ea8..63876da 100644 --- a/lang/rust/src/types.rs +++ b/lang/rust/src/types.rs @@ -96,7 +96,6 @@ pub enum Value { /// Avro Duration. An amount of time defined by months, days and milliseconds. Duration(Duration), /// Universally unique identifier. - /// Universally unique identifier. Uuid(Uuid), } /// Any structure implementing the [ToAvro](trait.ToAvro.html) trait will be usable
