-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
Description
Currently, all timestamp enum variants are uppercased: https://docs.rs/influxdb/0.0.5/influxdb/enum.Timestamp.html
Due to Rust code convention, enum variants are TitleCase. Maybe we should change our enum to match that.