diff --git a/src/messages.rs b/src/messages.rs index 06c1943d..8b384da1 100644 --- a/src/messages.rs +++ b/src/messages.rs @@ -72,7 +72,7 @@ pub struct BuildScript { /// The paths to search when resolving libs pub linked_paths: Vec, /// Various `--cfg` flags to pass to the compiler - pub cfgs: Vec, + pub cfgs: Vec, /// The environment variables to add to the compilation pub env: Vec<(String, String)>, /// The `OUT_DIR` environment variable where this script places its output