Merge pull request #214 from zfhrp6/remove_use_unused_opts
remove unused import opts::Options;
This commit is contained in:
commit
c0e0a69773
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