Skip to content

Commit

Permalink
do not include_str! from outside the crate
Browse files Browse the repository at this point in the history
  • Loading branch information
billythedummy committed Jul 29, 2023
1 parent e05e86c commit d88e589
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions solores/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# solores

Please refer to the [main repo's README](https://github.com/igneous-labs/solores) for more information.
2 changes: 1 addition & 1 deletion solores/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc = include_str!("../../README.md")]
#![doc = include_str!("../README.md")]

use std::{
env,
Expand Down

0 comments on commit d88e589

Please sign in to comment.