tree-wide: make rustdoc links spiky so they are clickable
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//! A micro-crate to enhance panic messages with context info.
|
||||
//!
|
||||
//! FIXME: upstream to https://github.com/kriomant/panic-context ?
|
||||
//! FIXME: upstream to <https://github.com/kriomant/panic-context> ?
|
||||
|
||||
use std::{cell::RefCell, panic, sync::Once};
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//! Read both stdout and stderr of child without deadlocks.
|
||||
//!
|
||||
//! https://github.com/rust-lang/cargo/blob/905af549966f23a9288e9993a85d1249a5436556/crates/cargo-util/src/read2.rs
|
||||
//! https://github.com/rust-lang/cargo/blob/58a961314437258065e23cb6316dfc121d96fb71/crates/cargo-util/src/process_builder.rs#L231
|
||||
//! <https://github.com/rust-lang/cargo/blob/905af549966f23a9288e9993a85d1249a5436556/crates/cargo-util/src/read2.rs>
|
||||
//! <https://github.com/rust-lang/cargo/blob/58a961314437258065e23cb6316dfc121d96fb71/crates/cargo-util/src/process_builder.rs#L231>
|
||||
|
||||
use std::{
|
||||
io,
|
||||
|
||||
Reference in New Issue
Block a user