Remove redundant imports
These became warnings in a recent nightly.
The TryFrom/TryInto imports were missed in
4089891f6c, but the rest are truly
redundant.
This commit is contained in:
parent
6df8062867
commit
1bab5c3cd9
22 changed files with 2 additions and 27 deletions
|
|
@ -544,7 +544,7 @@ impl From<PubSub> for Element {
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use crate::data_forms::{DataForm, DataFormType, Field, FieldType};
|
||||
use crate::data_forms::{DataFormType, Field, FieldType};
|
||||
|
||||
#[test]
|
||||
fn create() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue