##// END OF EJS Templates
rust-chg: exclude futures-dependent modules from build and break things...
rust-chg: exclude futures-dependent modules from build and break things It's impractical to upgrade the codebase incrementally since futures 0.1 and 0.3 APIs are fundamentally different. So this patch temporarily excludes futures-dependent modules from the build. These modules will be upgraded and re-enabled one by one. Differential Revision: https://phab.mercurial-scm.org/D8440

File last commit:

r45230:8685add1 default
r45230:8685add1 default
Show More
lib.rs
15 lines | 400 B | application/rls-services+xml | RustLexer
// Copyright 2018 Yuya Nishihara <yuya@tcha.org>
//
// This software may be used and distributed according to the terms of the
// GNU General Public License version 2 or any later version.
//mod attachio;
//mod clientext;
//pub mod locator;
pub mod message;
pub mod procutil;
//mod runcommand;
//mod uihandler;
//pub use clientext::ChgClientExt;
//pub use uihandler::{ChgUiHandler, SystemHandler};