Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Decodable dependency for call_main_without_stdin #3944

Closed
dtolnay opened this issue Apr 23, 2017 · 2 comments · Fixed by #4149
Closed

Drop Decodable dependency for call_main_without_stdin #3944

dtolnay opened this issue Apr 23, 2017 · 2 comments · Fixed by #4149

Comments

@dtolnay
Copy link
Member

dtolnay commented Apr 23, 2017

pub fn call_main_without_stdin<Flags: Decodable>(
            exec: fn(Flags, &Config) -> CliResult,
            config: &Config,
            usage: &str,
            args: &[String],
            options_first: bool) -> CliResult

This may be blocked on docopt/docopt.rs#128 unless we replace docopt.

@alexcrichton
Copy link
Member

👍

@alexcrichton
Copy link
Member

(note that this is indeed blocked on docopt)

bors added a commit that referenced this issue Jun 8, 2017
Drop rustc-serialize dependency

Fixes #3944.
bors added a commit that referenced this issue Jun 13, 2017
Drop rustc-serialize dependency

Fixes #3944.
bors added a commit that referenced this issue Jun 13, 2017
Drop rustc-serialize dependency

Fixes #3944.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants