mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Various follow-ups to recent pushes
- Update CHANGELOG - Update `.gitignore` for the build directory of the benchmark crate - Remove src/lib from the recently added benchmark crate per https://github.com/andygrove/sqlparser-rs/pull/190#pullrequestreview-425835379
This commit is contained in:
parent
846c52f450
commit
d9a7491d9a
3 changed files with 3 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {
|
||||
assert_eq!(2 + 2, 4);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue