Skip to content

Commit 5145e20

Browse files
committed
docs(materialized_artifact_build): drop ENV_PREFIX doc comment
1 parent 2fb53c0 commit 5145e20

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • crates/materialized_artifact_build/src

crates/materialized_artifact_build/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
use std::{fs, path::Path};
22

3-
/// Namespace prefix for the env vars set by [`register`] and consumed by
4-
/// `materialized_artifact`'s `artifact!` macro. Exported so both crates agree
5-
/// on the same prefix.
63
pub const ENV_PREFIX: &str = "MATERIALIZED_ARTIFACT_";
74

85
/// Publish an artifact at `path` so `materialized_artifact`'s `artifact!($name)`

0 commit comments

Comments
 (0)