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.
2 parents 1a913a1 + 3b598d6 commit 4f0ef39Copy full SHA for 4f0ef39
examples/logging.rs
@@ -19,7 +19,6 @@ async fn main() -> Result<()> {
19
let session: Session = SessionBuilder::new().known_node(uri).build().await?;
20
session.query("CREATE KEYSPACE IF NOT EXISTS ks WITH REPLICATION = {'class' : 'SimpleStrategy', 'replication_factor' : 1}", &[]).await?;
21
22
- // This query should generate a warning message
23
session.query("USE ks", &[]).await?;
24
25
Ok(())
0 commit comments