Skip to content

Commit dcd1790

Browse files
committed
Fix wrong link in crate docs.
1 parent f649822 commit dcd1790

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scylla/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@
6363
//! # Ok(())
6464
//! # }
6565
//! ```
66-
//! But the driver will accept anything implementing the trait [SerializeRow]
67-
//! (crate::serialize::row::SerializeRow)
66+
//! But the driver will accept anything implementing the trait [SerializeRow].
6867
//!
6968
//! ### Receiving results
7069
//! The easiest way to read rows returned by a query is to cast each row to a tuple of values:

0 commit comments

Comments
 (0)