File: fix-tests-no-default.features.patch

package info (click to toggle)
rust-http-auth 0.1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 316 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 276 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -686,2 +686,3 @@
     use crate::ParamValue;
+    #[cfg(feature = "digest-scheme")]
     use crate::{C_ATTR, C_ESCAPABLE, C_OWS, C_QDTEXT, C_TCHAR};
@@ -694,2 +695,3 @@
     #[test]
+    #[cfg(feature = "digest-scheme")]
     fn table() {