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:
Nickolay Ponomarev 2020-06-10 09:33:31 +03:00
parent 846c52f450
commit d9a7491d9a
3 changed files with 3 additions and 7 deletions

View file

@ -1,7 +0,0 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}