Skip to content

Commit

Permalink
Fix docsrs build failure (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
Imberflur authored Nov 5, 2023
1 parent d4babaa commit f75c5cc
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 @@ -195,7 +195,7 @@
//! [cargo:rustc-env]: https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-env
//! [cargo:rerun-if-changed]: https://doc.rust-lang.org/cargo/reference/build-scripts.html#rerun-if-changed
//!
#![cfg_attr(docsrs, feature(doc_cfg))]
// rustc lints
#![cfg_attr(
all(msrv, feature = "unstable", nightly),
Expand Down

0 comments on commit f75c5cc

Please sign in to comment.