libgraphviz: enable feature(nll) for bootstrap

This commit is contained in:
memoryruins 2018-08-09 01:50:08 -04:00
parent f8367a3450
commit 98d94223a5

View File

@ -288,6 +288,7 @@
html_root_url = "https://doc.rust-lang.org/nightly/",
test(attr(allow(unused_variables), deny(warnings))))]
#![cfg_attr(not(stage0), feature(nll))]
#![feature(str_escape)]
use self::LabelText::*;