diff --git a/src/lib.rs b/src/lib.rs index ff02fdf..2956661 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -25,10 +25,6 @@ impl Query { async fn pointless(&self) -> String { "this is pointless.".to_string() } - - //async fn create_table(&self, name: String) -> Result> { - // Ok(Some(Table::new(name).await)) - //} } struct Mutation;