Skip to content

Commit 0edf6fa

Browse files
fix: add missing RelationType import in doctest
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent f4b7c36 commit 0edf6fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/reasondb-core/src/model/relation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! # Example
66
//!
77
//! ```rust
8-
//! use reasondb_core::model::DocumentRelation;
8+
//! use reasondb_core::model::{DocumentRelation, RelationType};
99
//!
1010
//! // Create a reference relationship
1111
//! let relation = DocumentRelation::new(

0 commit comments

Comments
 (0)