Skip to content

Commit

Permalink
fix: Build on stable toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoh committed Sep 23, 2024
1 parent 6c20656 commit 2bb8835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![forbid(unsafe_code)]
#![doc = include_str!("../README.md")]
#![feature(doc_auto_cfg)]
// #![feature(doc_auto_cfg)]
#![warn(missing_docs)]

/// Operations relevant to the build process.
Expand Down

0 comments on commit 2bb8835

Please sign in to comment.