Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle committed Nov 3, 2023
1 parent 39d06ec commit 951e65b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build_common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ macro_rules! config_file_stem {
};
}

/// Copies a file to the build output in `OUT_DIR`.
/// Includes a `cargo:rerun-if-changed` instruction for use in `build.rs` scripts.
/// This will likely panic outside of a build script and is not recommended for use in services.
///
/// # Arguments:
/// - `source_path`: The source file to copy
/// - `dest_filename`: The filename for the destination
/// Copies a config file to the build output in `OUT_DIR`.
/// Includes a `cargo:rerun-if-changed` instruction for use in `build.rs` scripts.
/// Also includes a `cargo:rustc-env` instruction to set the `CONFIG_FILE_STEM` enivornment variable,
Expand Down

0 comments on commit 951e65b

Please sign in to comment.