diff --git a/lib/src/kvs/ds.rs b/lib/src/kvs/ds.rs index 762ecea9..45fcccbc 100644 --- a/lib/src/kvs/ds.rs +++ b/lib/src/kvs/ds.rs @@ -150,8 +150,6 @@ impl Datastore { /// Create a new transaction on this datastore /// - /// *You must ensure that a [`Transaction`] does not ever outlive a [`Datastore`] instance.* - /// /// ```rust,no_run /// use surrealdb::Datastore; /// use surrealdb::Error;