Submitter | phabricator |
---|---|
Date | May 21, 2019, 6:09 p.m. |
Message ID | <differential-rev-PHID-DREV-pudgudugmmupqmmo55d4-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/40166/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/rust/hg-cpython/src/lib.rs b/rust/hg-cpython/src/lib.rs --- a/rust/hg-cpython/src/lib.rs +++ b/rust/hg-cpython/src/lib.rs @@ -23,7 +23,6 @@ extern crate cpython; extern crate hg; extern crate libc; -extern crate python27_sys; pub mod ancestors; mod cindex;