This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch avro-3814/schema-resolution-union
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to
refs/heads/avro-3814/schema-resolution-union by this push:
new 2509202eb AVRO-3814: Remove obsolete rustdoc for arguments
2509202eb is described below
commit 2509202eb6cd0d111fa3e55795a8558d846755f3
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Tue Aug 15 14:16:26 2023 +0300
AVRO-3814: Remove obsolete rustdoc for arguments
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
lang/rust/avro/src/types.rs | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lang/rust/avro/src/types.rs b/lang/rust/avro/src/types.rs
index aa5b3c839..07a51c377 100644
--- a/lang/rust/avro/src/types.rs
+++ b/lang/rust/avro/src/types.rs
@@ -378,9 +378,6 @@ impl Value {
}
/// Validates the value against the provided schema.
- ///
- /// Arguments:
- /// * `schema_resolution` - whether schema resolution rules should be
applied when validating the `value`.
pub(crate) fn validate_internal<S: std::borrow::Borrow<Schema> + Debug>(
&self,
schema: &Schema,