Remove old code comment
This commit is contained in:
parent
67eb4b97a1
commit
7f84504170
1 changed files with 0 additions and 2 deletions
|
@ -150,8 +150,6 @@ impl Datastore {
|
||||||
|
|
||||||
/// Create a new transaction on this datastore
|
/// Create a new transaction on this datastore
|
||||||
///
|
///
|
||||||
/// *You must ensure that a [`Transaction`] does not ever outlive a [`Datastore`] instance.*
|
|
||||||
///
|
|
||||||
/// ```rust,no_run
|
/// ```rust,no_run
|
||||||
/// use surrealdb::Datastore;
|
/// use surrealdb::Datastore;
|
||||||
/// use surrealdb::Error;
|
/// use surrealdb::Error;
|
||||||
|
|
Loading…
Reference in a new issue