Fix spacing on comment.

This commit is contained in:
Alejandro Cabeza Romero 2026-05-06 19:08:46 +02:00
parent 7273f18d4f
commit 8bee8c3137
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD

View File

@ -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");