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)]
|
||||
mod passing {
|
||||
use crate::html;
|
||||
use crate::opts::Options;
|
||||
|
||||
#[test]
|
||||
fn icon() {
|
||||
|
@ -39,7 +38,6 @@ mod passing {
|
|||
#[cfg(test)]
|
||||
mod failing {
|
||||
use crate::html;
|
||||
use crate::opts::Options;
|
||||
|
||||
#[test]
|
||||
fn absent() {
|
||||
|
|
Loading…
Reference in a new issue