We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc95a1 commit a71340cCopy full SHA for a71340c
src/lib.rs
@@ -721,7 +721,7 @@ impl Drop for FailGuard {
721
impl FailGuard {
722
/// Configure the actions for a fail point during the lifetime of the returning `FailGuard`.
723
///
724
- /// Read documentation of [`cfg`] for more details.
+ /// Read documentation of [`cfg()`] for more details.
725
pub fn new<S: Into<String>>(name: S, actions: &str) -> Result<FailGuard, String> {
726
let name = name.into();
727
cfg(&name, actions)?;
0 commit comments