Commits
Click on a commit to change the comparison rangerefactor(ast): replace serde rename "lowercase" with "camelCase" (#4376)
Replace all `#[serde(rename_all = "lowercase")]` with `#[serde(rename_all = "camelCase")]`, for consistency. In all these cases lowercase and camelcase formatting is the same, so it makes no substantive difference, just better to be consistent.1 year ago
by overlookmotel