Merge pull request #214 from zfhrp6/remove_use_unused_opts

remove unused import opts::Options;
This commit is contained in:
Sunshine 2020-11-04 01:04:38 -08:00 committed by GitHub
commit c0e0a69773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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() {