enarx-archive / sallyport

API for the hypervisor-microkernel boundary
Apache License 2.0
7 stars 6 forks source link

fix: warning: this URL is not a hyperlink #2

Closed haraldh closed 3 years ago

haraldh commented 3 years ago
  --> src/syscall/mod.rs:28:9
   |
28 | /// See https://github.com/enarx/enarx-keepldr/issues/31
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/enarx/enarx-keepldr/issues/31>`
   |
   = note: `#[warn(rustdoc::bare_urls)]` on by default
   = note: bare URLs are not automatically turned into clickable links