Skip to content

Commit 5b3cd39

Browse files
committed
cross_toml: Include correct docs file
instead of the `cross_toml` file that has been replaced as part of this PR.
1 parent d82f223 commit 5b3cd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cross_toml.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc = include_str!("../docs/cross_toml.md")]
1+
#![doc = include_str!("../docs/config_file.md")]
22

33
use crate::docker::custom::PreBuild;
44
use crate::docker::PossibleImage;

0 commit comments

Comments
 (0)