changeset 42609 | 326fdce22fb2 |
parent 42557 | d26e4a434fe5 |
child 42747 | 760a7851e9ba |
--- a/rust/hg-cpython/src/lib.rs Fri Jul 12 11:08:31 2019 +0200 +++ b/rust/hg-cpython/src/lib.rs Tue Jul 02 17:15:03 2019 +0200 @@ -19,10 +19,10 @@ //! 'Generic DAG ancestor algorithms - Rust implementation' //! ``` +/// This crate uses nested private macros, `extern crate` is still needed in +/// 2018 edition. #[macro_use] extern crate cpython; -extern crate hg; -extern crate libc; pub mod ancestors; mod cindex;