fix some nightly clippy lints
Signed-off-by: June Clementine Strawberry <june@3.dog>
This commit is contained in:
parent
0877f29439
commit
1d1ccec532
6 changed files with 14 additions and 7 deletions
|
@ -60,6 +60,7 @@ pub fn camel_to_snake_string(s: &str) -> String {
|
|||
}
|
||||
|
||||
#[inline]
|
||||
#[allow(clippy::unbuffered_bytes)] // these are allocated string utilities, not file I/O utils
|
||||
pub fn camel_to_snake_case<I, O>(output: &mut O, input: I) -> Result<()>
|
||||
where
|
||||
I: std::io::Read,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue