Skip to content

Commit

Permalink
lib: Make cross_toml module private
Browse files Browse the repository at this point in the history
and don't add inline docs to the module. Instead, refer to the `docs/`
folder in the crate docs.
  • Loading branch information
har7an committed Feb 20, 2024
1 parent b8b0098 commit ecbf39a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/cross_toml.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![doc = include_str!("../docs/config_file.md")]

use crate::docker::custom::PreBuild;
use crate::docker::PossibleImage;
use crate::shell::MessageInfo;
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mod tests;
pub mod cargo;
pub mod cli;
pub mod config;
pub mod cross_toml;
mod cross_toml;
pub mod docker;
pub mod errors;
mod extensions;
Expand Down

0 comments on commit ecbf39a

Please sign in to comment.