remove unused import opts::Options;

This commit is contained in:
zfhrp 2020-11-01 22:44:27 +09:00
parent 8462b6bc31
commit a296531b3f
1 changed files with 0 additions and 2 deletions

View File

@ -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() {