diff options
author | Alex Crichton <alex@alexcrichton.com> | 2017-06-06 19:32:43 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2017-06-19 22:25:05 -0700 |
commit | be7ebdd512e8b4de29c0e0cf5aabf486e988867b (patch) | |
tree | bb4cfa3e4d8b47883518fc1fd6a34b613b63aae7 /src/libgraphviz | |
parent | 04145943a25c3b8c7e7d7fe8c2efb04f259c25fb (diff) | |
download | rust-be7ebdd512e8b4de29c0e0cf5aabf486e988867b.tar.gz |
Bump version and stage0 compiler
Diffstat (limited to 'src/libgraphviz')
-rw-r--r-- | src/libgraphviz/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libgraphviz/lib.rs b/src/libgraphviz/lib.rs index 2c6744e7c90..6a5edc9f9e9 100644 --- a/src/libgraphviz/lib.rs +++ b/src/libgraphviz/lib.rs @@ -284,8 +284,6 @@ //! * [DOT language](http://www.graphviz.org/doc/info/lang.html) #![crate_name = "graphviz"] -#![cfg_attr(stage0, unstable(feature = "rustc_private", issue = "27812"))] -#![cfg_attr(stage0, feature(staged_api))] #![crate_type = "rlib"] #![crate_type = "dylib"] #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png", |