Fix doc on select example (#2064)
This commit is contained in:
parent
9cd25566ac
commit
f6c909e1a2
1 changed files with 0 additions and 3 deletions
|
@ -657,9 +657,6 @@ where
|
|||
///
|
||||
/// // Select a specific record from a table
|
||||
/// let person: Option<Person> = db.select(("person", "h5wxrf2ewk8xjxosxtyc")).await?;
|
||||
///
|
||||
/// // You can skip an unnecessary option if you know the record already exists
|
||||
/// let person: Option<Person> = db.select(("person", "h5wxrf2ewk8xjxosxtyc")).await?;
|
||||
/// #
|
||||
/// # Ok(())
|
||||
/// # }
|
||||
|
|
Loading…
Reference in a new issue