Fix clippy warnings
This commit is contained in:
parent
eafaeb4d4d
commit
651c419b1b
@ -74,7 +74,8 @@ where
|
||||
/// - `"A B"`
|
||||
/// - `"A_B"`
|
||||
/// - `"A_ B"`
|
||||
/// shares the same identifier of `"AB"`;
|
||||
///
|
||||
/// All shares the same identifier of `"AB"`;
|
||||
///
|
||||
/// This function does the PascelCase conversion with a few special escapes:
|
||||
/// - Non-Unicode Standard Annex #31 compliant characters will converted to their hex notation;
|
||||
|
@ -9,7 +9,7 @@
|
||||
/// - The Column which is implemented by [ColumnTrait](crate::ColumnTrait)
|
||||
/// - A Relation which is implemented by [RelationTrait](crate::RelationTrait)
|
||||
/// - The Primary Key which is implemented by [PrimaryKeyTrait](crate::PrimaryKeyTrait)
|
||||
/// and [PrimaryKeyToColumn](crate::PrimaryKeyToColumn)
|
||||
/// and [PrimaryKeyToColumn](crate::PrimaryKeyToColumn)
|
||||
///
|
||||
/// This trait also provides an API for CRUD actions
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user