We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa5257 commit 9c6569eCopy full SHA for 9c6569e
compiler/rustc_target/src/spec/targets/wasm32_wasi.rs
@@ -1,8 +1,8 @@
1
//! NB: This target is in the process of being renamed to
2
//! `wasm32-wasi-preview1`. For more information see:
3
//!
4
-//! * https://github.com/rust-lang/compiler-team/issues/607
5
-//! * https://github.com/rust-lang/compiler-team/issues/695
+//! * <https://github.com/rust-lang/compiler-team/issues/607>
+//! * <https://github.com/rust-lang/compiler-team/issues/695>
6
7
use crate::spec::Target;
8
0 commit comments