Skip to content

Commit 3ba6996

Browse files
committed
docs(materialized_artifact): keep artifact! macro summary, drop ENV_PREFIX note
1 parent 837bee1 commit 3ba6996

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • crates/materialized_artifact/src

crates/materialized_artifact/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ pub struct Artifact {
4242
hash: &'static str,
4343
}
4444

45+
/// Construct an [`Artifact`] from the env vars published by a build script
46+
/// via `materialized_artifact_build::register`.
4547
#[macro_export]
4648
macro_rules! artifact {
4749
($name:literal) => {

0 commit comments

Comments
 (0)