We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da20f05 commit 0dbdfd9Copy full SHA for 0dbdfd9
examples/compare-tokens.rs
@@ -45,7 +45,7 @@ async fn main() -> Result<()> {
45
.await?
46
.rows
47
.unwrap()
48
- .get(0)
+ .first()
49
.expect("token query no rows!")
50
.columns[0]
51
.as_ref()
0 commit comments