Fix svr tests (#222)

This commit is contained in:
Lorenzo
2022-11-03 11:48:40 +00:00
committed by GitHub
parent deac31a2ab
commit 1964424589
6 changed files with 121 additions and 97 deletions
+2 -2
View File
@@ -22,10 +22,10 @@
//!
//! <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
//! <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
pub mod svc;
pub mod svr;
/// search parameters
pub mod search;
pub mod svc;
pub mod svr;
use core::fmt::Debug;
use std::marker::PhantomData;