Add first private method

This commit is contained in:
Timothy Warren 2019-04-09 20:45:57 -04:00
parent eb2858595d
commit db3c693dcd
1 changed files with 8 additions and 0 deletions

View File

@ -551,6 +551,14 @@ impl QueryBuilder {
self
}
// --------------------------------------------------------------------------
// ! Implementation Details
// --------------------------------------------------------------------------
fn compile() -> String {
unimplemented!();
}
}
#[cfg(test)]