Skip to content

Commit

Permalink
Work around rust bug
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Dec 5, 2018
1 parent 12efb62 commit 69ef113
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rust/engine/fs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ use futures_cpupool;

use grpcio;

use ignore;
// Needs a :: prefix because of https://github.com/rust-lang/rust/issues/56326
use ::ignore;
use indexmap;

use lmdb;
Expand Down

0 comments on commit 69ef113

Please sign in to comment.