We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c6cef commit ff84e53Copy full SHA for ff84e53
1 file changed
CHANGELOG.md
@@ -39,10 +39,9 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
39
Diesel's CLI tool, pass the new `--with-docs` parameter:
40
`diesel print-schema --with-docs`.
41
42
-* infer_schema! now automatically renames columns that conflict with
+* `infer_schema!` now automatically renames columns that conflict with
43
a Rust keyword by placing a _ at the end of the name. For example,
44
- a column called type will be referenced as type_ in Rust.
45
-
+ a column called `type` will be referenced as `type_` in Rust.
46
47
### Changed
48
0 commit comments