Remove glob imports of modules

This commit is contained in:
Jonas Platte 2020-07-26 17:13:00 +02:00
parent 42e07308e1
commit 3f3cf83ceb
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ mod tests {
use ruma_serde::test::serde_json_eq; use ruma_serde::test::serde_json_eq;
use serde_json::json; use serde_json::json;
use super::*; use super::Algorithm;
#[test] #[test]
fn serialize_and_deserialize_from_display_form() { fn serialize_and_deserialize_from_display_form() {

View File

@ -258,7 +258,7 @@ mod tests {
use ruma_serde::test::serde_json_eq; use ruma_serde::test::serde_json_eq;
use serde_json::json; use serde_json::json;
use super::*; use super::EventType;
#[allow(clippy::cognitive_complexity)] #[allow(clippy::cognitive_complexity)]
#[test] #[test]