Skip to content

Commit

Permalink
Fix doc generation on latest nightly
Browse files Browse the repository at this point in the history
See details of the error:
rust-lang/rust#50561
  • Loading branch information
malikolivier committed Jun 2, 2018
1 parent 7e3f5d9 commit 0b34354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/aflak_cake/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//! # aflak - Computational mAKE
//!
//! A crate to manage a graph of interdependent functions.
#![feature(extern_prelude)]
extern crate rayon;

extern crate boow;
Expand Down
1 change: 1 addition & 0 deletions src/node_editor/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![feature(extern_prelude)]
extern crate aflak_cake as cake;
#[macro_use]
extern crate imgui;
Expand Down

0 comments on commit 0b34354

Please sign in to comment.