Skip to content

Commit

Permalink
Fix link in doc (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cho authored Aug 5, 2024
1 parent a118aa3 commit 6468410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vergen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
//! | si | `VERGEN_SYSINFO_*` instructions |
#![cfg_attr(
feature = "emit_and_set",
doc = r##"| emit_and_set | Enable the `[`emit_and_set`](Emitter::emit_and_set)` function |"##
doc = r##"| emit_and_set | Enable the [`emit_and_set`](Emitter::emit_and_set) function |"##
)]
//!
//! ## Environment Variables
Expand Down

0 comments on commit 6468410

Please sign in to comment.