Submitter | phabricator |
---|---|
Date | Jan. 11, 2018, 6:21 p.m. |
Message ID | <9c2fed8db5d94a6b06a06246074e57ff@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/26691/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/rust/hgcli/build.rs b/rust/hgcli/build.rs --- a/rust/hgcli/build.rs +++ b/rust/hgcli/build.rs @@ -84,7 +84,7 @@ return dll.exists(); } -const REQUIRED_CONFIG_FLAGS: [&'static str; 2] = ["Py_USING_UNICODE", "WITH_THREAD"]; +const REQUIRED_CONFIG_FLAGS: [&str; 2] = ["Py_USING_UNICODE", "WITH_THREAD"]; fn main() { let config = get_python_config();