We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66844d commit 5003161Copy full SHA for 5003161
1 file changed
diesel_derives/src/lib.rs
@@ -300,7 +300,7 @@ pub fn derive_identifiable(input: TokenStream) -> TokenStream {
300
/// is insertable into. The path is relative to the current module.
301
/// If this attribute is not used, the type name converted to
302
/// `snake_case` with an added `s` is used as table name
303
-/// * `#[diesel(treat_none_as_default_value = false)], specifies that `None` values
+/// * `#[diesel(treat_none_as_default_value = false)]`, specifies that `None` values
304
/// should be converted to `NULL` values on SQL side instead of being treated as `DEFAULT`
305
/// value primitive. *Note*: This option may control if your query is stored in the
306
/// prepared statement cache or not*
0 commit comments