projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
5891aec
7e92513
)
Auto merge of #5039 - lawliet89:docopt-bounds, r=alexcrichton
author
bors
<bors@rust-lang.org>
Wed, 14 Feb 2018 06:13:12 +0000
(06:13 +0000)
committer
bors
<bors@rust-lang.org>
Wed, 14 Feb 2018 06:13:12 +0000
(06:13 +0000)
Fix DocOpt deserialization type bounds
This is wrt https://github.com/docopt/docopt.rs/pull/222
DocOpt does not support deserializing borrowed types.
This change was reverted in
https://github.com/docopt/docopt.rs/commit/
7292a374e69afb192bb7aaa00f9d9f4afebc200d
because it broke crates like Cargo etc.
Trivial merge