Skip to content

Commit c731e2a

Browse files
committed
fix docs
1 parent 41c4ec6 commit c731e2a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

kernel/src/actions/mod.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -748,8 +748,10 @@ pub(crate) struct Add {
748748

749749
/// Map containing metadata about this logical file.
750750
/// Note: map values can be null.
751-
/// We don't use #[allow_null_container_values] here because it drops null values
752-
/// during materialization
751+
/// We don't use `#[allow_null_container_values]` here because [`EngineMap::materialize`]
752+
/// drops null values when that attribute is present.
753+
///
754+
/// [`EngineMap::materialize`]: crate::engine_data::EngineMap::materialize
753755
#[cfg_attr(test, serde(skip_serializing_if = "Option::is_none"))]
754756
pub tags: Option<HashMap<String, Option<String>>>,
755757

0 commit comments

Comments
 (0)