remove unused import opts::Options;
This commit is contained in:
parent
8462b6bc31
commit
a296531b3f
1 changed files with 0 additions and 2 deletions
|
@ -8,7 +8,6 @@
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod passing {
|
mod passing {
|
||||||
use crate::html;
|
use crate::html;
|
||||||
use crate::opts::Options;
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn icon() {
|
fn icon() {
|
||||||
|
@ -39,7 +38,6 @@ mod passing {
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod failing {
|
mod failing {
|
||||||
use crate::html;
|
use crate::html;
|
||||||
use crate::opts::Options;
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn absent() {
|
fn absent() {
|
||||||
|
|
Loading…
Reference in a new issue