You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by "henrysun007 (via GitHub)" <gi...@apache.org> on 2023/06/08 07:39:23 UTC

[GitHub] [incubator-teaclave-sgx-sdk] henrysun007 opened a new pull request, #435: Remove cargo doc warnings

henrysun007 opened a new pull request, #435:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/435

   The original logs are:
   ```
   warning: unresolved link to `1`
     --> /root/sunhe/incubator-teaclave/third_party/rust-sgx-sdk/sgx_rand/src/chacha.rs:27:65
      |
   27 | /// A random number generator that uses the ChaCha20 algorithm [1].
      |                                                                 ^ no item named `1` in scope
      |
      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
      = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
   
   warning: unresolved link to `1`
     --> /root/sunhe/incubator-teaclave/third_party/rust-sgx-sdk/sgx_rand/src/chacha.rs:34:6
      |
   34 | /// [1]: D. J. Bernstein, [*ChaCha, a variant of
      |      ^ no item named `1` in scope
      |
      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
   
   warning: unresolved link to `1`
     --> /root/sunhe/incubator-teaclave/third_party/rust-sgx-sdk/sgx_rand/src/distributions/exponential.rs:27:40
      |
   27 | /// Implemented via the ZIGNOR variant[1] of the Ziggurat method. The
      |                                        ^ no item named `1` in scope
      |
      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
   
   warning: unresolved link to `1`
     --> /root/sunhe/incubator-teaclave/third_party/rust-sgx-sdk/sgx_rand/src/distributions/exponential.rs:31:6
      |
   31 | /// [1]: Jurgen A. Doornik (2005). [*An Improved Ziggurat Method to
      |      ^ no item named `1` in scope
      |
      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
   
   warning: unresolved link to `1`
     --> /root/sunhe/incubator-teaclave/third_party/rust-sgx-sdk/sgx_rand/src/distributions/gamma.rs:38:68
      |
   38 | /// The algorithm used is that described by Marsaglia & Tsang 2000[1],
      |                                                                    ^ no item named `1` in scope
      |
      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
   
   warning: unresolved link to `1`
     --> /root/sunhe/incubator-teaclave/third_party/rust-sgx-sdk/sgx_rand/src/distributions/gamma.rs:40:59
      |
   40 | /// == 1`, and using the boosting technique described in [1] for
      |                                                           ^ no item named `1` in scope
      |
      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
   
   warning: unresolved link to `1`
     --> /root/sunhe/incubator-teaclave/third_party/rust-sgx-sdk/sgx_rand/src/distributions/gamma.rs:53:6
      |
   53 | /// [1]: George Marsaglia and Wai Wan Tsang. 2000. "A Simple Method
      |      ^ no item named `1` in scope
      |
      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
   
   warning: unresolved link to `1`
     --> /root/sunhe/incubator-teaclave/third_party/rust-sgx-sdk/sgx_rand/src/distributions/normal.rs:27:40
      |
   27 | /// Implemented via the ZIGNOR variant[1] of the Ziggurat method.
      |                                        ^ no item named `1` in scope
      |
      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
   
   warning: unresolved link to `1`
     --> /root/sunhe/incubator-teaclave/third_party/rust-sgx-sdk/sgx_rand/src/distributions/normal.rs:29:6
      |
   29 | /// [1]: Jurgen A. Doornik (2005). [*An Improved Ziggurat Method to
      |      ^ no item named `1` in scope
      |
      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
   
   warning: unresolved link to `1`
     --> /root/sunhe/incubator-teaclave/third_party/rust-sgx-sdk/sgx_rand/src/isaac.rs:33:61
      |
   33 | /// A random number generator that uses the ISAAC algorithm[1].
      |                                                             ^ no item named `1` in scope
      |
      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
   
   warning: unresolved link to `1`
     --> /root/sunhe/incubator-teaclave/third_party/rust-sgx-sdk/sgx_rand/src/isaac.rs:40:6
      |
   40 | /// [1]: Bob Jenkins, [*ISAAC: A fast cryptographic random number
      |      ^ no item named `1` in scope
      |
      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
   
   warning: unresolved link to `1`
      --> /root/sunhe/incubator-teaclave/third_party/rust-sgx-sdk/sgx_rand/src/isaac.rs:312:50
       |
   312 | /// A random number generator that uses ISAAC-64[1], the 64-bit
       |                                                  ^ no item named `1` in scope
       |
       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
   
   warning: unresolved link to `1`
      --> /root/sunhe/incubator-teaclave/third_party/rust-sgx-sdk/sgx_rand/src/isaac.rs:320:6
       |
   320 | /// [1]: Bob Jenkins, [*ISAAC: A fast cryptographic random number
       |      ^ no item named `1` in scope
       |
       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
   
   warning: unresolved link to `1`
      --> /root/sunhe/incubator-teaclave/third_party/rust-sgx-sdk/sgx_rand/src/lib.rs:538:17
       |
   538 | /// An Xorshift[1] random number
       |                 ^ no item named `1` in scope
       |
       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
   
   warning: unresolved link to `1`
      --> /root/sunhe/incubator-teaclave/third_party/rust-sgx-sdk/sgx_rand/src/lib.rs:545:6
       |
   545 | /// [1]: Marsaglia, George (July 2003). ["Xorshift
       |      ^ no item named `1` in scope
       |
       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
   
   warning: this URL is not a hyperlink
      --> /root/sunhe/incubator-teaclave/third_party/rust-sgx-sdk/sgx_rand/src/lib.rs:147:9
       |
   147 |     /// http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/ARTICLES/dSFMT.pdf
       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/ARTICLES/dSFMT.pdf>`
       |
       = note: bare URLs are not automatically turned into clickable links
       = note: `#[warn(rustdoc::bare_urls)]` on by default
   
   warning: this URL is not a hyperlink
      --> /root/sunhe/incubator-teaclave/third_party/rust-sgx-sdk/sgx_rand/src/lib.rs:148:9
       |
   148 |     /// http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/dSFMT-slide-e.pdf
       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/dSFMT-slide-e.pdf>`
       |
       = note: bare URLs are not automatically turned into clickable links
   
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] volcano0dr merged pull request #435: Remove cargo doc warnings

Posted by "volcano0dr (via GitHub)" <gi...@apache.org>.
volcano0dr merged PR #435:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/435


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org