mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 14:36:29 +03:00
Run clippy on tests and examples
This commit is contained in:
@@ -639,6 +639,8 @@ pub(crate) fn improve_single_line_input(input: impl AsRef<str>) -> String {
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#![allow(clippy::indexing_slicing)]
|
||||
|
||||
use super::*;
|
||||
use std::convert::TryInto;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user