We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd388f commit 65676c9Copy full SHA for 65676c9
src/utils.rs
@@ -7,7 +7,7 @@
7
/// for the CLR exception-handling mechanisms. Increasing or disabling the alternate signal stack
8
/// may be necessary to avoid a segfault in such cases.
9
///
10
-/// See https://github.com/OpenByteDev/netcorehost/issues/38 for more details.
+/// See <https://github.com/OpenByteDev/netcorehost/issues/38> for more details.
11
pub mod altstack {
12
use libc::{
13
mmap, sigaltstack, stack_t, MAP_ANON, MAP_FAILED, MAP_PRIVATE, PROT_READ, PROT_WRITE,
0 commit comments