Fix clippy warnings
This commit is contained in:
parent
eafaeb4d4d
commit
651c419b1b
@ -74,7 +74,8 @@ where
|
|||||||
/// - `"A B"`
|
/// - `"A B"`
|
||||||
/// - `"A_B"`
|
/// - `"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:
|
/// This function does the PascelCase conversion with a few special escapes:
|
||||||
/// - Non-Unicode Standard Annex #31 compliant characters will converted to their hex notation;
|
/// - Non-Unicode Standard Annex #31 compliant characters will converted to their hex notation;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user