{ describe your changes here }
- Formatted code using
cargo fmt --all
- Linted code using clippy
cargo clippy --all-targets --all-features -- -D warnings
- Updated README.md using
cargo readme -r influxdb -t ../README.tpl > README.md
- Reviewed the diff. Did you leave any print statements or unnecessary comments?
- Any unfinished work that warrants a separate issue captured in an issue with a TODO code comment