Преглед на файлове

Merge remote-tracking branch 'isis-github/bug26109'

Nick Mathewson преди 7 години
родител
ревизия
2d2cfbcd81
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      src/rust/crypto/lib.rs

+ 2 - 1
src/rust/crypto/lib.rs

@@ -33,4 +33,5 @@ extern crate libc;
 // Our local crates.
 extern crate external;
 
-mod digests;  // Unfortunately named "digests" plural to avoid name conflict with the digest crate
+pub mod digests;  // Unfortunately named "digests" plural to avoid name conflict with the digest crate
+