mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-06-12 19:49:49 +00:00
Fix spacing on comment.
This commit is contained in:
parent
7273f18d4f
commit
8bee8c3137
@ -65,12 +65,12 @@ fn provision_library() -> PathBuf {
|
||||
/// # Arguments
|
||||
///
|
||||
/// - `LIB_VAR_NAME` is the name of the environment variable that points to the directory
|
||||
/// containing the library. If it is not set, the library will be downloaded from GitHub.
|
||||
/// containing the library. If it is not set, the library will be downloaded from GitHub.
|
||||
///
|
||||
/// # Output
|
||||
///
|
||||
/// - `LIB_VAR_NAME` is always emitted so internals can refer to it regardless of whether the
|
||||
/// library was downloaded or provided by the user.
|
||||
/// library was downloaded or provided by the user.
|
||||
fn main() {
|
||||
println!("cargo:rerun-if-env-changed={LIB_VAR_NAME}");
|
||||
println!("cargo:rerun-if-env-changed=CARGO_PKG_VERSION");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user