Skip to content

Commit 98d9422

Browse files
committed
libgraphviz: enable feature(nll) for bootstrap
1 parent f8367a3 commit 98d9422

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libgraphviz/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@
288288
html_root_url = "https://doc.rust-lang.org/nightly/",
289289
test(attr(allow(unused_variables), deny(warnings))))]
290290

291+
#![cfg_attr(not(stage0), feature(nll))]
291292
#![feature(str_escape)]
292293

293294
use self::LabelText::*;

0 commit comments

Comments
 (0)