Skip to content

Commit

Permalink
fix: use include_str!
Browse files Browse the repository at this point in the history
  • Loading branch information
obreitwi committed May 27, 2024
1 parent a8890aa commit f635302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![cfg_attr(feature = "doc", doc(include = "../README.md"))]
#![cfg_attr(feature = "doc", doc = include_str!("../README.md"))]
#![forbid(unsafe_code)]

mod at;
Expand Down

0 comments on commit f635302

Please sign in to comment.