From 20b325c7d50092cada3408aee958b3d523541f2c Mon Sep 17 00:00:00 2001 From: Jade Date: Sun, 13 Jun 2021 21:57:10 -0700 Subject: tree-wide: make rustdoc links spiky so they are clickable --- crates/cfg/src/cfg_expr.rs | 2 +- crates/cfg/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/cfg') diff --git a/crates/cfg/src/cfg_expr.rs b/crates/cfg/src/cfg_expr.rs index 069fc01d0..8a1a51e6e 100644 --- a/crates/cfg/src/cfg_expr.rs +++ b/crates/cfg/src/cfg_expr.rs @@ -1,6 +1,6 @@ //! The condition expression used in `#[cfg(..)]` attributes. //! -//! See: https://doc.rust-lang.org/reference/conditional-compilation.html#conditional-compilation +//! See: use std::{fmt, slice::Iter as SliceIter}; diff --git a/crates/cfg/src/lib.rs b/crates/cfg/src/lib.rs index 59fd38880..03b8dd767 100644 --- a/crates/cfg/src/lib.rs +++ b/crates/cfg/src/lib.rs @@ -22,7 +22,7 @@ pub use dnf::DnfExpr; /// `foo` and `bar` are both enabled. And here, we store key-value options as a set of tuple /// of key and value in `key_values`. /// -/// See: https://doc.rust-lang.org/reference/conditional-compilation.html#set-configuration-options +/// See: #[derive(Debug, Clone, PartialEq, Eq, Default)] pub struct CfgOptions { enabled: FxHashSet, -- cgit v1.2.3