Removed some commented code.
This commit is contained in:
parent
595cd99b0b
commit
b7ba8347df
@ -25,10 +25,6 @@ impl Query {
|
|||||||
async fn pointless(&self) -> String {
|
async fn pointless(&self) -> String {
|
||||||
"this is pointless.".to_string()
|
"this is pointless.".to_string()
|
||||||
}
|
}
|
||||||
|
|
||||||
//async fn create_table(&self, name: String) -> Result<Option<Table>> {
|
|
||||||
// Ok(Some(Table::new(name).await))
|
|
||||||
//}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
struct Mutation;
|
struct Mutation;
|
||||||
|
Loading…
Reference in New Issue
Block a user