This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new 336f04a  duplicate line remove (#1440)
336f04a is described below

commit 336f04adbe596b8f303b55ac29fbfc5c4785d960
Author: Jack Klamer <[email protected]>
AuthorDate: Wed Jan 5 00:39:02 2022 -0600

    duplicate line remove (#1440)
---
 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

Reply via email to