Remove glob imports of modules
This commit is contained in:
parent
42e07308e1
commit
3f3cf83ceb
@ -53,7 +53,7 @@ mod tests {
|
||||
use ruma_serde::test::serde_json_eq;
|
||||
use serde_json::json;
|
||||
|
||||
use super::*;
|
||||
use super::Algorithm;
|
||||
|
||||
#[test]
|
||||
fn serialize_and_deserialize_from_display_form() {
|
||||
|
@ -258,7 +258,7 @@ mod tests {
|
||||
use ruma_serde::test::serde_json_eq;
|
||||
use serde_json::json;
|
||||
|
||||
use super::*;
|
||||
use super::EventType;
|
||||
|
||||
#[allow(clippy::cognitive_complexity)]
|
||||
#[test]
|
||||
|
Loading…
x
Reference in New Issue
Block a user