mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 23:46:31 +03:00
Automatically group imports using nightly rustfmt
This commit is contained in:
@@ -285,9 +285,10 @@ fn is_plain_quote(buf: &str) -> bool {
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use proptest::prelude::*;
|
||||
|
||||
use super::*;
|
||||
|
||||
proptest! {
|
||||
#[test]
|
||||
// proptest does not support [[:graphical:][:space:]] regex.
|
||||
|
||||
Reference in New Issue
Block a user