File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ use varsource::*;
27
27
/// This provides replacements env::arg*, env::var*, and the standard files
28
28
/// io::std* with traits that are customisable for tests. As a result any macros
29
29
/// or code that have non-pluggable usage of those are incompatible with
30
- /// CurrentProcess and must not be used. That includes [e ]println! as well as
30
+ /// CurrentProcess and must not be used. That includes \[e\ ]println! as well as
31
31
/// third party crates.
32
32
///
33
33
/// CurrentProcess is used via an instance in a thread local variable; when
Original file line number Diff line number Diff line change 10
10
//!
11
11
//! See tests/channel-rust-nightly-example.toml for an example.
12
12
//!
13
- //! Docs: https://forge.rust-lang.org/infra/channel-layout.html
13
+ //! Docs: < https://forge.rust-lang.org/infra/channel-layout.html>
14
14
15
15
use std:: collections:: HashMap ;
16
16
use std:: hash:: { Hash , Hasher } ;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pub const TOOLSTATE_MSG: &str =
18
18
Then you can use the toolchain with commands such as:\n \n \
19
19
cargo +nightly-2018-12-27 build";
20
20
21
- /// A type erasing thunk for the retry crate to permit use with anyhow. See https://github.com/dtolnay/anyhow/issues/149
21
+ /// A type erasing thunk for the retry crate to permit use with anyhow. See < https://github.com/dtolnay/anyhow/issues/149>
22
22
#[ derive( Debug , ThisError ) ]
23
23
#[ error( transparent) ]
24
24
pub struct OperationError ( pub anyhow:: Error ) ;
You can’t perform that action at this time.
0 commit comments