]> git.lizzy.rs Git - rust.git/commit
Auto merge of #54847 - ljedrz:kill_graphviz_intocow, r=pnkfelix
authorbors <bors@rust-lang.org>
Mon, 8 Oct 2018 06:50:25 +0000 (06:50 +0000)
committerbors <bors@rust-lang.org>
Mon, 8 Oct 2018 06:50:25 +0000 (06:50 +0000)
commit25a75a4d8633b9a71b47dbc1cd3c84248725425b
tree5f63965154e68329d4f889512f1828b7bce43c75
parentef5c00d0ca027f8ef4b41fecd53177e105daa6a8
parentc30ce35705d283381f08374234c92a52a27885db
Auto merge of #54847 - ljedrz:kill_graphviz_intocow, r=pnkfelix

Cleanup: remove graphviz::IntoCow

It's just `Into<Cow<...>>` and the applicable methods already exist for `Vec`/`[T]` and `String`/`str`.